blob: da7959c2c5605f92d39a3a3c31cf7c8571cb69b6 [file] [log] [blame]
@_cdecl("test")
public func test() -> UInt {
return unsafeBitCast(c, to: UInt.self)
}
class C {
let x = "123"
let y = 456
}
let c = C()