blob: 5e8b1b3d87440ef7585101d24540ce4a1974ef29 [file] [log] [blame]
class Example {
void foo() {
int c = 2;
int a =1, b =2, d;
}
}