summaryrefslogtreecommitdiffstats
path: root/test cases/fortran/5 static/main.f90
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/fortran/5 static/main.f90')
-rw-r--r--test cases/fortran/5 static/main.f906
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/fortran/5 static/main.f90 b/test cases/fortran/5 static/main.f90
new file mode 100644
index 0000000..4db2861
--- /dev/null
+++ b/test cases/fortran/5 static/main.f90
@@ -0,0 +1,6 @@
+program main
+use static_hello
+implicit none
+
+call static_say_hello()
+end program