blob: 554f383026cbd9022a3b7b82505e0adca9846199 [file] [log] [blame]
//@ known-bug: #124348
enum Eek {
TheConst,
UnusedByTheConst(Sum),
}
const EEK_ZERO: &[Eek] = &[];