public struct Impl { public init() {} dynamic public func foo() -> Int { return 1 } }