a.c   [plain text]


void foo();
void bar() {
	foo();
}

int main() {
}