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

5 lines
40 B

mod foo;
fn main() {
foo::bar();
}