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

5 lines
65 B

int BOB_MCBOB(void);
int main(void) {
return BOB_MCBOB();
}