2 lines
59 B
Plaintext
2 lines
59 B
Plaintext
|
void dead_if() { int x; if (5 == 2) x = 3; x++; }
|