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

integer, parameter :: modval1 = @ONE@

end module mod1