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

3 lines
54 B

int main(int argc, char **argv) {
return 1 / 0;
}