CMake/Tests/Fortran/mysub.f
Brad King 38d1ff59da ENH: Require language libs in Fortran/C test
This extends the Fortran/C interface test to require that the executable
link to the fortran language runtime libraries.  We must verify that the
proper linker is chosen.
2009-07-27 11:56:09 -04:00

6 lines
158 B
Fortran

subroutine mysub
print *, 'Printing this requires fortran language libraries'
end subroutine
subroutine my_sub
end subroutine