int justTrue() { return true; } const a = justTrue() | 1 < 9; {- @compilation_should_fail @stderr | has lower precedence than < -}