blob: b6a308f5ccb79ec9f3f556e837b1670f8c57ed40 [file] [log] [blame]
int f1() {
return 1;
}
int main() {
f1();
return 0;
}