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

5 lines
69 B

int func(void);
int main(void) {
return func() == 42 ? 0 : 1;
}