test_preprocess.h 122 B

12345
  1. #ifdef BAR
  2. PRINT*, 'BAR was defined via ADD_DEFINITIONS'
  3. #else
  4. PRINT*, 'If you can read this something went wrong'
  5. #endif