blob: ee158235196959e8688eb5de314106e9dab0b421 [file] [log] [blame]
void foo() { }
void bar() { }
int main(void) {
foo();
bar();
return 0;
}