Avatar
@swift-main func f(_: (Int) throws -> Void) {} func g(_: (Int) async throws -> Void) {} func main() { f { throws in } g { async throws in } }