blob: 70ebdfd8aeddf7cd8f5c3e2d1910c96ce8987d8e [file] [log] [blame]
// RUN: %scale-test --begin 0 --end 10000 --step 1000 --typecheck --select incrementConstraintsPerContractionCounter %s
// REQUIRES: asserts,no_asan
let _: [Int] = [
%for i in range(0, N):
1,
%end
1
]