summaryrefslogtreecommitdiff
path: root/Tests/FortranOnly/testf.f
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FortranOnly/testf.f')
-rw-r--r--Tests/FortranOnly/testf.f6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/FortranOnly/testf.f b/Tests/FortranOnly/testf.f
new file mode 100644
index 000000000..490918108
--- /dev/null
+++ b/Tests/FortranOnly/testf.f
@@ -0,0 +1,6 @@
+ PROGRAM TESTF
+
+ CALL HELLO()
+ CALL WORLD()
+
+ END