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