Sign in
fuchsia
/
third_party
/
swift
/
refs/heads/upstream/holiday-patches
/
.
/
unittests
/
Reflection
/
RemoteMirrorInterop
/
test.swift
blob: da7959c2c5605f92d39a3a3c31cf7c8571cb69b6 [
file
] [
log
] [
blame
] [
edit
]
@_cdecl
(
"test"
)
public
func test
()
->
UInt
{
return
unsafeBitCast
(
c
,
to
:
UInt
.
self
)
}
class
C
{
let
x
=
"123"
let
y
=
456
}
let
c
=
C
()