// FIR_IDENTICAL // ISSUE: KT-50998 const val Mask: Int = 0xC0000000.toInt() const val Mask_Inv: Int = Mask.inv()