diff options
Diffstat (limited to 'Tests/FortranOnly/world.f')
-rw-r--r-- | Tests/FortranOnly/world.f | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/FortranOnly/world.f b/Tests/FortranOnly/world.f new file mode 100644 index 0000000..342b244 --- /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 |