The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
213 B
14 lines
213 B
5 years ago
|
! submodule (bogus) foo
|
||
|
! testing don't detect commented submodule
|
||
|
|
||
|
submodule (a1:a2) a3 ! testing inline comment
|
||
|
|
||
|
contains
|
||
|
|
||
|
module procedure get_pi
|
||
|
get_pi = 4.*atan(1.)
|
||
|
end procedure get_pi
|
||
|
|
||
|
|
||
|
end submodule a3
|