8 lines
62 B
Plaintext
8 lines
62 B
Plaintext
int f (int a){
|
|
return a;
|
|
}
|
|
|
|
test{
|
|
print call f ((3+4));
|
|
}
|