blob: 9bbe74fcc8adfdf688fac695516ac43bd54f80c7 [file] [log] [blame]
// RUN: %scale-test --begin 2 --end 6 --step 1 --select incrementScopeCounter %s
// REQUIRES: OS=macosx
// REQUIRES: asserts
let tuple: (UInt8
%for i in range(0, N):
, UInt8
%end
) = (UInt8(0)
%for i in range(0, N):
, UInt8(0)
%end
)