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