CMake/Tests/VSGNUFortran/subdir/fortran/world.f

7 lines
80 B
Fortran

!DEC$ ATTRIBUTES DLLEXPORT :: WORLD
SUBROUTINE WORLD
PRINT *, 'World!'
END