blob: c969eb98339385f61b4eb6926f82fe6bd9f6a029 [file] [log] [blame]
// RUN: %scale-test --begin 2 --end 6 --step 1 --select incrementScopeCounter %s -Xfrontend=-verify
// REQUIRES: OS=macosx
// REQUIRES: asserts
weak var tuple = (UInt8(0) // expected-error {{'weak' may only be applied to}}
%for i in range(0, N):
, UInt8(0)
%end
)