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