blob: 877ba1ce7333c98f2726db71eb308c43a041ef09 [file] [log] [blame]
class Test {
void foo() {
int mi5 = 0;
int i = mi5;
}
}