Avatar
@swift-main -Xfrontend -enable-experimental-concurrency struct Test { func test() async { async let x = 42 print(await x) } } (edited)