blob: 90eaa102425aeb7fada35a85ac3a34f79d80a34f [file] [log] [blame]
package p;
class A{
void m(int i){
int temp= 0;
int x= temp;
}
}