blob: a7f21a7d1cf301f235fae19a83ad5f133353965d [file] [log] [blame]
@_transparent public func test() {
struct S { var x: Int }
print(S.self)
}