blob: 761604359613b57a2fc1002340473e1e5913fa79 [file] [log] [blame]
// RUN: %target-parse-verify-swift
let x = [1,2,3]
func fun() -> Float {
return 1 + (x.count == 1 ? 0 : 21)
}