Avatar
@swift-5.4.3 -Ounchecked func main() { guard let _ = Int?.none else { preconditionFailure("preconditionFailure!") } print("hello") } main()