diff options
Diffstat (limited to 'Tests/FortranModules/Library/cycleA1.f90')
-rw-r--r-- | Tests/FortranModules/Library/cycleA1.f90 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/FortranModules/Library/cycleA1.f90 b/Tests/FortranModules/Library/cycleA1.f90 new file mode 100644 index 0000000..cceebe2 --- /dev/null +++ b/Tests/FortranModules/Library/cycleA1.f90 @@ -0,0 +1,3 @@ +subroutine cycleA1 +use libraryCycleA +end subroutine |