blob: 594e9df6a7dbbc3709b8bd6747a313a1b623c9aa [file] [log] [blame]
module mod2
use mod1
implicit none
integer, parameter :: modval2 = @TWO@
end module mod2