opnsense-src/test/CXX/basic/basic.start/basic.start.main/p2b.cpp
2009-10-14 18:03:49 +00:00

8 lines
150 B
C++

// RUN: clang-cc -fsyntax-only -verify %s
typedef int Int;
typedef char Char;
typedef Char* Carp;
Int main(Int argc, Carp argv[], Char *env[]) {
}