blob: a3e8178aeb3ded4cd2a98ef3d8b7c1ed2ee679b5 [file] [log] [blame]
// pp-exact
// Check that the visibility is printed on an enum variant.
fn main() { }
#[cfg(FALSE)]
enum Foo { pub V, }