Files
swift-mirror/test/SIL/Parser/array_roundtrip.swift
Kavon Farvardin 6050a96bd0 Update additional tests after flag change
rdar://126730410
2024-04-19 09:05:05 -07:00

8 lines
310 B
Swift

// RUN: %target-swift-frontend %s -emit-sil -Ounchecked -Xllvm -sil-disable-pass=cmo | %target-sil-opt -parse-serialized-sil
// Fails if the positions of the two Collection subscript requirements are
// reversed. rdar://problem/46650834
// UNSUPPORTED: swift_evolve
var W = [UInt32](repeating: 0, count: 16)