mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
4 lines
244 B
Swift
4 lines
244 B
Swift
// RUN: %target-typecheck-verify-swift -solver-memory-threshold=1
|
|
|
|
func foo() { _ = 1 } // expected-error {{the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions}}
|