CMake/Tests/FortranOnly/world.f

5 lines
97 B
Fortran

! Free-format ".f" file to test Fortran_FORMAT property
SUBROUTINE WORLD
PRINT *, 'World!'
END