summaryrefslogtreecommitdiffstats
path: root/test cases/fortran/8 module names/mod2.f90
blob: 2087750debfc93b25c4bf036edcabbdbc2f4d7e9 (plain)
1
2
3
4
5
6
module mymod2
implicit none

integer, parameter :: myModVal2 = 2

end module mymod2