blob: 008c2d476d750e992f101371678e5d079ea05523 [file] [log] [blame]
// aux-build:unreachable_variant.rs
extern crate unreachable_variant as other;
fn main() {
let _x = other::super_sekrit::sooper_sekrit::baz; //~ ERROR is private
}