cmake/Tests/Fortran/testf.f
2009-11-06 22:07:41 +02:00

8 lines
51 B
Fortran

PROGRAM TESTF
CALL HELLO()
CALL WORLD()
END