diff options
Diffstat (limited to 'Tests/FortranModules/test_preprocess_module.F90')
-rw-r--r-- | Tests/FortranModules/test_preprocess_module.F90 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/FortranModules/test_preprocess_module.F90 b/Tests/FortranModules/test_preprocess_module.F90 new file mode 100644 index 0000000..5849b62 --- /dev/null +++ b/Tests/FortranModules/test_preprocess_module.F90 @@ -0,0 +1,5 @@ +#ifdef FOO +MODULE PPAvailable +! no conent +END MODULE +#endif |