blob: 923969efcd0396471ba4e783818a7e39bf187c44 [file] [log] [blame]
// SWIFT_ENABLE_TENSORFLOW
// UNSUPPORTED: macosx
// RUN: %scale-test --begin 8 --end 16 --step 1 --select NumLeafScopes %s -Xfrontend=-solver-expression-time-threshold=1
// REQUIRES: asserts,no_asan
let i = 1
_ = 1.0 * Float(i)
%for i in range(0, N):
+ 1.0 * Float(i)
%end