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

5 lines
68 B

int func();
int main(int argc, char **argv) {
return func();
}