diff options
Diffstat (limited to 'Tests/FortranOnly/world.f')
-rw-r--r-- | Tests/FortranOnly/world.f | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/FortranOnly/world.f b/Tests/FortranOnly/world.f new file mode 100644 index 0000000..deae3fa --- /dev/null +++ b/Tests/FortranOnly/world.f @@ -0,0 +1,5 @@ + SUBROUTINE WORLD + + PRINT *, 'World!' + + END |