// run-pass
pub struct Z(#[allow(unused_tuple_struct_fields)] &'static Z);

pub fn main() {}