blob: 6b53fd54bdfa5a22e4a77d47aaeb596a3888a6ff [file] [log] [blame]
int main(int argc, char** argv) {
return f();
}
int f() {
return 42;
}