Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / Fortran / include / test_preprocess.h
blob29ac4b65fe9eaa1179b9e12b1e2b81c37b020f94
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