fun test(b: Boolean): Int { val n: Int = (b.hashCode)() return n * 2 } // Different behavior on invalid program between FE1.0 and FIR