summaryrefslogtreecommitdiffstats
path: root/test/CXX/basic/basic.start/basic.start.main/p2b.cpp
blob: 65cd2027109e2d9ba94f8e3b65bb38feeec88dee (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[], Char *env[]) {
}
OpenPOWER on IntegriCloud