preprocess.h 133 B

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