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