blob: 908ebf49b23fcb648fd75949f982a068ab46b2e0 [file] [log] [blame]
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=1
// REQUIRES: tools-release,no_asan
// Mixed UInt32 and Double
let x: UInt32 = 1
let _ = x > (33 + 55 + 6 + 55 + 6 + 55 + 6 + 55 + 6 + 27.5)
// expected-error@-1 {{reasonable time}}