Avatar
@swift-5.6.3 @MainActor(unsafe) struct View { init() {} } func nonIsoalted() { _ = View() }