Files
swift-mirror/test/SIL/Parser/array_roundtrip.swift
Michael Gottesman 4b95ca82b9 Merge pull request #21439 from gottesmm/pr-8067c5675a42d8ecfc248e2b2fe644ee2795fc06
[ownership] Eliminate -assume-parsing-unqualified-ownership-sil now that it is a no-op.
2018-12-19 17:35:40 -08:00

8 lines
259 B
Swift

// RUN: %target-swift-frontend %s -emit-sil -Ounchecked | %target-sil-opt
// 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)