blob: 73c3d03f2792b86984ec9204d1529e608ff106e7 [file] [log] [blame]
// RUN: not --crash %target-swift-frontend %s -emit-silgen
enum X {
init?(a: Int) {
.p[a]
}
}