aboutsummaryrefslogtreecommitdiff
path: root/test/example_packages/hello_complex/source/subdir/constants.f90
blob: 59d6e5fee6dfd976ed2696e0232538ae62d0fb28 (plain)
1
2
3
4
5
6
7
module subdir_constants
implicit none

character(*), parameter :: GREET_STR = 'Hello, '
character(*), parameter :: FAREWELL_STR = 'Goodbye, '

end module subdir_constants