blob: cdfb9861ed4c38f7fe878023edf8a33b90b299e9 [file]
// FIR_IDENTICAL
class XAlign(val bits: Long) {
constructor() : this(1 shl 1)
}