blob: 3f728a9c29a4db61ad8488c61feae4e6cf7840db [file] [log] [blame]
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=1
// REQUIRES: tools-release,no_asan
let j = 1
_ = "a" + j + "b" + j + "c" + j
// expected-error@-1 {{reasonable time}}