blob: 79c88fda1bcc329469b2ceff361c7b6174c316d8 [file] [log] [blame]
int foo() {
return 42;
}
int main() {
return foo();
}