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