summaryrefslogtreecommitdiff
path: root/Tests/Fortran/include/test_preprocess.h
blob: 29ac4b65fe9eaa1179b9e12b1e2b81c37b020f94 (plain)
1
2
3
4
5
#ifdef BAR
  PRINT * , 'BAR was defined via ADD_DEFINITIONS'
#else
  PRINT *, 'If you can read this something went wrong'
#endif