1 2 3 4 5 6 7 8 9
//@ check-pass #![allow(dead_code)] #[derive(Clone)] enum Test<'a> { Slice(&'a isize) } fn main() {}