2 lines
46 B
Plaintext
2 lines
46 B
Plaintext
|
void var_decl() { int x; int y = x; }
|
|
void var_decl() { int x; int y = x; }
|