2 lines
53 B
C
2 lines
53 B
C
int foo() { return 1; }
|
|
int main() { return foo(); }
|
int foo() { return 1; }
|
|
int main() { return foo(); }
|