blob: 4ea20cd893dd57fc5fbd17fddd541f0325621dab [file] [log] [blame]
package p;
class A {
int f(){
int t= f();
f();
return 1;
}
}