aboutsummaryrefslogtreecommitdiff
path: root/archive/tests/1/b.f90
diff options
context:
space:
mode:
Diffstat (limited to 'archive/tests/1/b.f90')
-rw-r--r--archive/tests/1/b.f9010
1 files changed, 10 insertions, 0 deletions
diff --git a/archive/tests/1/b.f90 b/archive/tests/1/b.f90
new file mode 100644
index 0000000..8b57633
--- /dev/null
+++ b/archive/tests/1/b.f90
@@ -0,0 +1,10 @@
+module b
+implicit none
+
+contains
+
+ subroutine g()
+ print *, "g()"
+ end subroutine
+
+end module