diff options
Diffstat (limited to 'test/example_packages/hello_complex_2/app/app_mod.f90')
-rw-r--r-- | test/example_packages/hello_complex_2/app/app_mod.f90 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/example_packages/hello_complex_2/app/app_mod.f90 b/test/example_packages/hello_complex_2/app/app_mod.f90 new file mode 100644 index 0000000..d69a228 --- /dev/null +++ b/test/example_packages/hello_complex_2/app/app_mod.f90 @@ -0,0 +1,5 @@ +module app_mod +implicit none + + +end module app_mod |