aboutsummaryrefslogtreecommitdiff
path: root/test cases/fortran/7 generated/mod2.fpp
blob: 594e9df6a7dbbc3709b8bd6747a313a1b623c9aa (plain)
1
2
3
4
5
6
7
module mod2
  use mod1
  implicit none

  integer, parameter :: modval2 = @TWO@

end module mod2