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.f4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/FortranOnly/world.f b/Tests/FortranOnly/world.f
new file mode 100644
index 000000000..342b24431
--- /dev/null
+++ b/Tests/FortranOnly/world.f
@@ -0,0 +1,4 @@
+! Free-format ".f" file to test Fortran_FORMAT property
+SUBROUTINE WORLD
+ PRINT *, 'World!'
+END