The Meson Build System http://mesonbuild.com/

7 lines
88 B

module mymod2
implicit none
integer, parameter :: myModVal2 = 2
end module mymod2