if MemoryLayout<Int>.size == 4 { print("32bit") } else if MemoryLayout<Int>.size == 8 { print("64bit") }