File: stdout_test.cc

package info (click to toggle)
seastar 25.05.0-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 7,256 kB
  • sloc: cpp: 89,250; python: 5,066; ansic: 3,452; sh: 1,272; xml: 177; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 82 bytes parent folder | download
1
2
3
4
5
6
7
8
#include <cstdio>

enum class logger_type {
  stdout,
  stderr,
};

int main() {}