blob: 33ca25603bf91664a1c85633393b243d2185c139 [file] [log] [blame]
int foo();
int bar();
int main() { return foo() + bar(); }