aboutsummaryrefslogtreecommitdiff
path: root/test cases/fortran/7 generated/mod3.fpp
blob: ab3db655588af9ed23648df7b03db73a71e385f8 (plain)
1
2
3
4
5
6
module mod3
implicit none

integer, parameter :: modval3 = @THREE@

end module mod3