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