CS153/hw4/hw4programs/tc19.oat

5 lines
59 B
Text
Raw Permalink Normal View History

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