blob: 96abfea5c9a5cbaf46be5f3b655091db14c6094e [file] [log] [blame]
// RUN: %target-parse-verify-swift
let a: Int? = 1
guard let b = a else {
}
func foo() {} // to interrupt the TopLevelCodeDecl
let c = b