blob: b09154021a6dbeb34863b6b1cca2e3fd9fbd5ae7 [file] [log] [blame]
// RUN: %target-swift-frontend %s -emit-ir -o -
func f() {
enum NotAnError: Swift.Error {
case nope(length: Int)
}
}