diff options
author | LKedward <laurence.kedward@bristol.ac.uk> | 2020-10-03 13:25:24 +0100 |
---|---|---|
committer | LKedward <laurence.kedward@bristol.ac.uk> | 2020-10-03 13:25:24 +0100 |
commit | 502727539d1e1d2c4f9891c126850daaed3d590c (patch) | |
tree | beb22581322a1cbda80f86b3dc3be8194f68a6c0 /test/example_packages | |
parent | 71554f61b99c93aea6afdfe0ede682bbf3f89887 (diff) | |
parent | bdaac5c9739468e207bf5ffd0f7b8471b6d5975d (diff) | |
download | fpm-502727539d1e1d2c4f9891c126850daaed3d590c.tar.gz fpm-502727539d1e1d2c4f9891c126850daaed3d590c.zip |
Merge branch 'fix-duplicate-discovery' into local-depends
Diffstat (limited to 'test/example_packages')
-rw-r--r-- | test/example_packages/hello_complex_2/app/say_hello/app_hello_mod.f90 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/example_packages/hello_complex_2/app/say_hello/app_hello_mod.f90 b/test/example_packages/hello_complex_2/app/say_hello/app_hello_mod.f90 index 5c426c8..c5795cb 100644 --- a/test/example_packages/hello_complex_2/app/say_hello/app_hello_mod.f90 +++ b/test/example_packages/hello_complex_2/app/say_hello/app_hello_mod.f90 @@ -1,4 +1,6 @@ module app_hello_mod implicit none +integer :: hello_int = 42 + end module app_hello_mod |