blob: 04a3a31e2a0d0f53e51ced5609cbff4badc04c22 [file] [log] [blame]
class Test {
private int anInt;
int f(){
anInt = -1;
return anInt;
}
}