caught in a code review at bun: ```zig x = a or true; ``` should lint: "expression is always true due to literal constant"
caught in a code review at bun:
should lint: "expression is always true due to literal constant"