CS153/hw6/oatprograms/tc7.oat

7 lines
62 B
Text
Raw Normal View History

int f() {return 0;}
int g() {
for(; f(); ){}
return 0;
}