fn void test() { int x = 3 ^ 5 & 6; // #error: You need to add explicit parentheses to clarify precedence }