Files
swift-mirror/validation-test/compiler_crashers_2_fixed/0133-rdar35832679.swift
2017-12-06 16:35:59 -08:00

9 lines
127 B
Swift

// RUN: %target-swift-frontend %s -emit-ir -o -
func f() {
enum NotAnError: Swift.Error {
case nope(length: Int)
}
}