CMake/Tests/FortranOnly/testf.f

7 lines
50 B
Fortran

PROGRAM TESTF
CALL HELLO()
CALL WORLD()
END