cmake/Tests/Fortran/testf.f

8 lines
51 B
FortranFixed
Raw Normal View History

2009-11-06 22:07:41 +02:00
PROGRAM TESTF
CALL HELLO()
CALL WORLD()
END