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