llvm-capstone/clang/test/PCH/tentative-defs.h
Douglas Gregor d4df8657b4 Support tentative definitions in precompiled headers. This isn't likely
to happen (ever), but at least we'll do the right thing when it does.

llvm-svn: 69829
2009-04-22 22:02:47 +00:00

10 lines
84 B
C

// Header for PCH test tentative-defs.c
int variable;
int incomplete_array[];