waf/playground/extern_makefile/just_make/main.c

7 lines
43 B
C

int foo();
int main() {
return foo();
}