diff options
Diffstat (limited to 'Tests/FortranOnly/world.f')
-rw-r--r-- | Tests/FortranOnly/world.f | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Tests/FortranOnly/world.f b/Tests/FortranOnly/world.f index deae3fa..342b244 100644 --- a/Tests/FortranOnly/world.f +++ b/Tests/FortranOnly/world.f @@ -1,5 +1,4 @@ - SUBROUTINE WORLD - - PRINT *, 'World!' - - END +! Free-format ".f" file to test Fortran_FORMAT property +SUBROUTINE WORLD + PRINT *, 'World!' +END |