Files
clang-p2996/clang/test/PCH/preprocess.h
Douglas Gregor 45fe0364aa Make precompiled headers work with -E. When we're only preprocessing
(with -E), we turn the PCH include into an implicit include of the
file from which the PCH file was generated.

llvm-svn: 71534
2009-05-12 01:31:05 +00:00

8 lines
133 B
C

// Helper header for preprocess.c PCH test
#ifndef PREPROCESS_H
#define PREPROCESS_H
typedef int a_typedef;
#endif // PREPROCESS_H