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