diff options
Diffstat (limited to 'archive/tests/1/a.f90')
-rw-r--r-- | archive/tests/1/a.f90 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/archive/tests/1/a.f90 b/archive/tests/1/a.f90 deleted file mode 100644 index a4f64a2..0000000 --- a/archive/tests/1/a.f90 +++ /dev/null @@ -1,11 +0,0 @@ -module a -use b, only: g -implicit none - -contains - - subroutine f() - call g() - end subroutine - -end module |