public struct B { public var y: Int public init(y: Int) { self.y = y } }