//@ run-pass #![allow(dead_code)] #[derive(Hash)] struct Foo { x: isize, y: isize, z: isize } pub fn main() {}