4 lines
79 B
Plaintext
4 lines
79 B
Plaintext
// ERROR:logical operator
|
|
unit old_logic;
|
|
fn main() { let x = true && false; }
|