blob: fa0ece3ec3b18586b22f8d72016bdafea9a1dd8c [file] [log] [blame]
//@ check-pass
#![allow(dead_code)]
#[derive(Hash)]
struct Foo {
a: Vec<bool>,
b: (bool, bool),
c: [bool; 2],
}
fn main() {}