summaryrefslogtreecommitdiff
path: root/Tests/Fortran/Library/a.f90
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Fortran/Library/a.f90')
-rw-r--r--Tests/Fortran/Library/a.f903
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/Fortran/Library/a.f90 b/Tests/Fortran/Library/a.f90
new file mode 100644
index 000000000..3031c0723
--- /dev/null
+++ b/Tests/Fortran/Library/a.f90
@@ -0,0 +1,3 @@
+MODULE libraryModuleA
+ USE libraryModuleB
+END MODULE