summaryrefslogtreecommitdiff
path: root/test/CXX/basic/basic.start/basic.start.main/p2b.cpp
blob: 785382cd077b89fab3b94c0e8b04a079037c41c1 (plain)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 -fsyntax-only -verify %s 

typedef int Int;
typedef char Char;
typedef Char* Carp;

Int main(Int argc, Carp argv[], Char *env[]) {
}