CMake/Tests/VSGNUFortran/fortran/hello.f

8 lines
91 B
Fortran

!DEC$ ATTRIBUTES DLLEXPORT :: HELLO
SUBROUTINE HELLO
PRINT *, 'Hello'
CALL WORLD
END