opnsense-src/test/CXX/basic/basic.start/basic.start.main/p2b.cpp
2010-01-01 10:34:51 +00:00

8 lines
152 B
C++

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