blob: 3c6f938d514e3725798c3e3034f6520811f61024 [file] [log] [blame]
int i;
int j;
method foo() {
int i;
int k;
i=3;
{
int j;
int k;
k = 4;
}
}