blob: 9447833e7ce54eb6660d51629d3b5faffc1720c9 [file] [log] [blame]
// RUN: %target-swift-frontend %s -emit-sil -verify
func assertionFailure_isNotNoreturn() -> Int {
_ = 0 // Don't implicitly return the assertionFailure call.
assertionFailure("")
} // expected-error {{missing return in a function expected to return 'Int'}}