diff options
Diffstat (limited to 'Tests/VSGNUFortran/fortran/world.f')
-rw-r--r-- | Tests/VSGNUFortran/fortran/world.f | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/VSGNUFortran/fortran/world.f b/Tests/VSGNUFortran/fortran/world.f new file mode 100644 index 0000000..0598eee --- /dev/null +++ b/Tests/VSGNUFortran/fortran/world.f @@ -0,0 +1,6 @@ +!DEC$ ATTRIBUTES DLLEXPORT :: WORLD + SUBROUTINE WORLD + + PRINT *, 'World!' + + END |