blob: 8f61c71d6eb7c8a27c510908ea9e8a8b954c7006 [file] [log] [blame]
// build-pass
#[derive(PartialEq)]
struct Slice { slice: [u8] }
fn main() {}