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