summaryrefslogtreecommitdiffstats
path: root/test/CXX/basic/basic.start/basic.start.main/p2a.cpp
blob: b27d492afc449603a5073d5af99cd156ca5cfe3e (plain)
1
2
3
4
5
6
7
8
9
// RUN: %clang_cc1 -fsyntax-only -verify %s 
// expected-no-diagnostics

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

Int main(Int argc, Carp argv[]) {
}
OpenPOWER on IntegriCloud