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

7 lines
87 B

#include <stdio.h>
void hello_from_both();
int main(void) {
hello_from_both();
}