CS153/hw6/oatprograms/tc6.oat

4 lines
57 B
Text
Raw Normal View History

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