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

8 lines
83 B

#include<windows.h>
class Foo;
int main(int argc, char **argv) {
return 0;
}