waf/demos/c/shlib/main.c

9 lines
55 B
C

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