summaryrefslogtreecommitdiff
path: root/tests/ui/structs-enums/uninstantiable-struct.rs
blob: 97bc7d8414e7f78b10fda5f676ff19a37fdfc995 (plain)
1
2
3
4
//@ run-pass
pub struct Z(#[allow(dead_code)] &'static Z);

pub fn main() {}