diff options
Diffstat (limited to 'Tests/FortranOnly/preprocess3.f')
-rw-r--r-- | Tests/FortranOnly/preprocess3.f | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/FortranOnly/preprocess3.f b/Tests/FortranOnly/preprocess3.f new file mode 100644 index 0000000..6595d62 --- /dev/null +++ b/Tests/FortranOnly/preprocess3.f @@ -0,0 +1,4 @@ +#define int INTEGER + PROGRAM PREPRO + int f + END |