summaryrefslogtreecommitdiff
path: root/Tests/FortranOnly/world.f
blob: 342b2443154cd0a58802cab9b0b2450af90756a2 (plain)
1
2
3
4
! Free-format ".f" file to test Fortran_FORMAT property
SUBROUTINE WORLD
  PRINT *, 'World!'
END