CS153/hw4/hw4programs/tc6.oat

4 lines
57 B
Text
Raw Permalink Normal View History

int f(int i) {return i;}
int g(int j) {return g(true);}