summaryrefslogtreecommitdiffstats
path: root/Tests/FortranModules/Library/cycleA2.f90
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FortranModules/Library/cycleA2.f90')
-rw-r--r--Tests/FortranModules/Library/cycleA2.f905
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/FortranModules/Library/cycleA2.f90 b/Tests/FortranModules/Library/cycleA2.f90
new file mode 100644
index 0000000..a2e432e
--- /dev/null
+++ b/Tests/FortranModules/Library/cycleA2.f90
@@ -0,0 +1,5 @@
+module libraryCycleA
+contains
+ subroutine libraryCycleA2
+ end subroutine
+end module