1 // Helper header for preprocess.c PCH test 2 #ifndef PREPROCESS_H 3 #define PREPROCESS_H 4 5 typedef int a_typedef; 6 7 #endif // PREPROCESS_H 8