summaryrefslogtreecommitdiffstats
path: root/Tests/FortranOnly/preprocess2.f
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FortranOnly/preprocess2.f')
-rw-r--r--Tests/FortranOnly/preprocess2.f4
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/FortranOnly/preprocess2.f b/Tests/FortranOnly/preprocess2.f
index 6595d62..3b332c4 100644
--- a/Tests/FortranOnly/preprocess2.f
+++ b/Tests/FortranOnly/preprocess2.f
@@ -1,4 +1,6 @@
#define int INTEGER
+ ! This single unmatched quote ' should not cause an error during compilation
PROGRAM PREPRO
- int f
+ int f = 1
+ PRINT*, f
END