2 lines
70 B
Plaintext
2 lines
70 B
Plaintext
|
void binary_expr() { bool x; if (true && (false || x)) return; }
|