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

5 lines
67 B

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