blob: 0bf7170edaecf4590c3b86e4487669adc9a4121a [file] [log] [blame]
public class X {
int field;
public X() {
field = 0;
}
}