Files
clang-p2996/clang/test/PCH/pch-dir.h
Douglas Gregor fc9e7a2969 If the precompiled header named by "-include" is actually a directory,
check each of the files within that directory to determine if any of
them is an AST file that matches the language and target options. If
so, the first matching AST file is loaded. This fixes a longstanding
discrepency with GCC's precompiled header implementation.

llvm-svn: 166469
2012-10-23 06:18:24 +00:00

6 lines
60 B
C

#ifdef __cplusplus
extern int i;
#else
extern int j;
#endif