diff options
Diffstat (limited to 'Tests/FortranModules/include/test_preprocess.h')
-rw-r--r-- | Tests/FortranModules/include/test_preprocess.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/FortranModules/include/test_preprocess.h b/Tests/FortranModules/include/test_preprocess.h new file mode 100644 index 0000000..f4a00a9 --- /dev/null +++ b/Tests/FortranModules/include/test_preprocess.h @@ -0,0 +1,5 @@ +#ifdef BAR +PRINT*, 'BAR was defined via ADD_DEFINITIONS' +#else +PRINT*, 'If you can read this something went wrong' +#endif |