7 lines
65 B
C
7 lines
65 B
C
|
int foo() { return 42; }
|
||
|
|
||
|
int main() {
|
||
|
#line 0
|
||
|
return foo();
|
||
|
}
|