aboutsummaryrefslogtreecommitdiff
path: root/test/example_packages/submodules/src/parent.f90
diff options
context:
space:
mode:
Diffstat (limited to 'test/example_packages/submodules/src/parent.f90')
-rw-r--r--test/example_packages/submodules/src/parent.f9015
1 files changed, 0 insertions, 15 deletions
diff --git a/test/example_packages/submodules/src/parent.f90 b/test/example_packages/submodules/src/parent.f90
deleted file mode 100644
index 570827c..0000000
--- a/test/example_packages/submodules/src/parent.f90
+++ /dev/null
@@ -1,15 +0,0 @@
-module parent
-implicit none
-
-interface
-
- module subroutine my_sub1(a)
- integer, intent(out) :: a
- end subroutine my_sub1
-
- module subroutine my_sub2(a)
- integer, intent(out) :: a
- end subroutine my_sub2
-end interface
-
-end module parent \ No newline at end of file