blob: b24effe5a9c48d91ddb26ed373f72960824b154e [file] [log] [blame]
// run-pass
pub struct Z(#[allow(unused_tuple_struct_fields)] &'static Z);
pub fn main() {}