Avatar
@swift-main func send( op: @isolated(any) (Int) async -> Void ) { withoutActuallyEscaping(op) { _ in } }