foo.c   [plain text]



extern void bar();

void foo() { bar(); }

int var = 9;