rust/src/test/auxiliary/private_variant_xc.rs
2013-08-12 23:20:46 -07:00

5 lines
40 B
Rust

pub enum Foo {
Bar,
priv Baz,
}