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