blob: 39786b5f31d64299aaa9c8d1d1c62b7a2b538733 [file] [log] [blame]
// RUN: %target-swift-frontend -emit-sil -verify %s -swift-version 4 | %FileCheck %s
let x: String = "ultimate question"
// CHECK: function_ref @$sSmsE6filteryxSb7ElementQzKXEKF
_ = x.filter({ $0 == " " }).count < 3