blob: 2cdc5b88a3c125ed3f2d3fab1d26784ed06dec5e [file] [log] [blame]
class Test {
int myT;
{
myT = 0;
}
void bar(){
int i = myT++;
}
}