5 lines
45 B
Plaintext
5 lines
45 B
Plaintext
|
void main() {
|
||
|
if (2 < 2) int a;
|
||
|
a;
|
||
|
}
|