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