blob: 88653f66d7153ac8e1e0757daeed32bf631ff5d6 [file] [log] [blame]
int foo() { return 1; }
int main() { return foo(); }