9 lines
67 B
Plaintext
Executable File
9 lines
67 B
Plaintext
Executable File
int f() {
|
|
return 10;
|
|
}
|
|
|
|
int main() {
|
|
int f = 20;
|
|
return f;
|
|
}
|