rust/tests/ui/reachable/auxiliary/unreachable_variant.rs

6 lines
74 B
Rust

mod super_sekrit {
pub enum sooper_sekrit {
quux, baz
}
}