diff options
Diffstat (limited to 'Tests/FortranOnly/preprocess.F')
-rw-r--r-- | Tests/FortranOnly/preprocess.F | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/FortranOnly/preprocess.F b/Tests/FortranOnly/preprocess.F new file mode 100644 index 0000000..f7df457 --- /dev/null +++ b/Tests/FortranOnly/preprocess.F @@ -0,0 +1,5 @@ + PROGRAM PREPRO +#ifndef TEST_PREPROCESSOR + PRINT *, 'Hello' +#endif + END |