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

3 lines
58 B

extern int func(void);
int main(void) { return func(); }