summaryrefslogtreecommitdiffstats
path: root/test cases/fortran/7 generated/mod2.fpp
blob: 78ceae45d89962b972b2611283c75fd6c90c927a (plain)
1
2
3
4
5
6
7
module mod2
use mod1, only : modval1
implicit none

integer, parameter :: modval2 = @TWO@

end module mod2