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

8 lines
137 B
C++

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