blob: 83b0da9a3182561fad464a1f67ec9665466059a1 [file] [log] [blame]
//@ check-pass
#[derive(PartialEq)]
struct A { x: usize }
impl Drop for A {
fn drop(&mut self) {}
}
pub fn main() {}