CMake/Tests/Fortran/testf.f

8 lines
51 B
Fortran

PROGRAM TESTF
CALL HELLO()
CALL WORLD()
END