Avatar
@swift-main -Xfrontend -enable-experimental-concurrency func foo() async -> Int { 42 } runAsyncAndBlock { await foo() } (edited)