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