waf/playground/c/deps/main.c

8 lines
59 B
C

#include <foo.h>
int main()
{
foo();
return 0;
}