blob: 0b01c32a7f8314c0f4ae975821532bdf0095d251 [file] [log] [blame]
class Foo{
void foo(int i,int j){
for(int i=0;i<1;i++){
}
if(a){}
foo(1,2);
}
}