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, 0 insertions, 10 deletions
diff --git a/archive/tests/1/b.f90 b/archive/tests/1/b.f90
deleted file mode 100644
index 8b57633..0000000
--- a/archive/tests/1/b.f90
+++ /dev/null
@@ -1,10 +0,0 @@
-module b
-implicit none
-
-contains
-
- subroutine g()
- print *, "g()"
- end subroutine
-
-end module