blob: 898e5c386cde0011cd5633c29daf00d74ca37ded [file] [log] [blame]
package p;
//public
class A{
A(){
}
void f(){
int i= 0;
}
}