CS153/hw6/hw4programs/tc20.oat

6 lines
67 B
Text
Raw Permalink Normal View History

void f(int x, int y) {return;}
int g() {
f(0,1,2);
return 0;
}