7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
int add (int x int y){
|
|
return (x+y);
|
|
}
|
|
|
|
test{
|
|
int x = call add ((y+1) 2);
|
|
} |