aboutsummaryrefslogtreecommitdiff
path: root/example_packages/hello_complex_2/test/test_mod.f90
diff options
context:
space:
mode:
Diffstat (limited to 'example_packages/hello_complex_2/test/test_mod.f90')
-rw-r--r--example_packages/hello_complex_2/test/test_mod.f905
1 files changed, 5 insertions, 0 deletions
diff --git a/example_packages/hello_complex_2/test/test_mod.f90 b/example_packages/hello_complex_2/test/test_mod.f90
new file mode 100644
index 0000000..edb2626
--- /dev/null
+++ b/example_packages/hello_complex_2/test/test_mod.f90
@@ -0,0 +1,5 @@
+module test_mod
+implicit none
+
+
+end module test_mod