fun test(b: Boolean): Int { val n: Int = (b).hashCode() return n * 2 }