Avatar
@swift-5.4.3 struct Foo { //@discardableResult init(_ handler: () -> Void) { handler() } } Foo { print("hello") }