8 lines
52 B
Plaintext
8 lines
52 B
Plaintext
|
int f (){
|
||
|
return 1;
|
||
|
}
|
||
|
|
||
|
test{
|
||
|
print call f ();
|
||
|
}
|