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