The Meson Build System
http://mesonbuild.com/
7 lines
88 B
7 lines
88 B
8 years ago
|
module mymod2
|
||
|
implicit none
|
||
|
|
||
|
integer, parameter :: myModVal2 = 2
|
||
|
|
||
|
end module mymod2
|