Avatar
@swift-main -Xfrontend -emit-sil -Xfrontend -enable-experimental-concurrency struct Foo { init() async throws { fatalError() } } (edited)