// RUN: %target-swift-frontend %s -emit-ir public class A { public init() {} } public class B : A { public struct C { } public override init() {} }