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