CMake/Tests/Fortran/world.f
Brad King eb3d02e351 Test all target types in Fortran
This teaches the Fortran test to try all basic target types (archive,
shared lib, exe) with Fortran-only sources.
2009-10-23 08:24:51 -04:00

7 lines
45 B
Fortran

SUBROUTINE WORLD
PRINT *, 'World!'
END