waf/playground/c-objects-stlib-shlib/main.c

9 lines
55 B
C

extern void foo();
int main()
{
foo();
return 0;
}