blob: 5a83b378d2829034e8129804ff285b4d7af23b0b [file] [log] [blame]
// RUN: %scale-test -Onone --begin 0 --end 10 --step 1 --select transferNodesFromList %s
// REQUIRES: asserts
// Test that mandatory inlining is linear on a long series of integer
// initialization calls.
let _: [Int] = [
%for i in range(0, N):
1,
%end
1
]