[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git] / test / PCH / preprocess.h
blob39fa006181f2e71b589774fe2128eebdbcf90d19
1 // Helper header for preprocess.c PCH test
2 #ifndef PREPROCESS_H
3 #define PREPROCESS_H
5 typedef int a_typedef;
7 #endif // PREPROCESS_H