summaryrefslogtreecommitdiffstats
path: root/Tests/Fortran/include/test_preprocess.h
blob: f4a00a91be69f82aa4aafb978b6c44b8d9664efc (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