/* namespace: Compile expectation: Pass inputs: - dummy.in: | [main] y: bool = true; [registers] r0: bool = false; */ function main(y: bool) -> bool { const a: i32 = 0i32; return (-a == 0i32) == y; }