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