summaryrefslogtreecommitdiff
path: root/Tests/FortranOnly/world.f
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FortranOnly/world.f')
-rw-r--r--Tests/FortranOnly/world.f5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/FortranOnly/world.f b/Tests/FortranOnly/world.f
new file mode 100644
index 0000000000..deae3fa723
--- /dev/null
+++ b/Tests/FortranOnly/world.f
@@ -0,0 +1,5 @@
+ SUBROUTINE WORLD
+
+ PRINT *, 'World!'
+
+ END