rust/src/test/auxiliary/private_variant_xc.rs
2013-06-13 18:03:08 -04:00

5 lines
44 B
Rust

pub enum Foo {
pub Bar,
priv Baz,
}