summaryrefslogtreecommitdiff
path: root/Tests/VSGNUFortran/subdir/fortran/hello.f
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSGNUFortran/subdir/fortran/hello.f')
-rw-r--r--Tests/VSGNUFortran/subdir/fortran/hello.f7
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 000000000..e52119add
--- /dev/null
+++ b/Tests/VSGNUFortran/subdir/fortran/hello.f
@@ -0,0 +1,7 @@
+!DEC$ ATTRIBUTES DLLEXPORT :: HELLO
+ SUBROUTINE HELLO
+
+ PRINT *, 'Hello'
+ CALL WORLD
+
+ END