blob: e0ccb8f6d1446dbc5a0d50742b9d88a0230afd77 [file] [log] [blame]
// RUN: %scale-test --begin 1 --end 5 --step 1 --select NumLeafScopes %s -Xfrontend=-solver-disable-shrink -Xfrontend=-disable-constraint-solver-performance-hacks -Xfrontend=-solver-enable-operator-designated-types
// REQUIRES: OS=macosx
// REQUIRES: asserts
typealias X = (Range<Int>, [Range<Int>])
let samples: ContiguousArray<X> = [
(0..<1, [ 1..<1, 2..<3 ]),
%for i in range(0, N):
(0..<1, [ 1..<1, 2..<3 ]),
%end
]