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