blob: 5c2d0abfa8c442cef869efe1cb4ae0357aa8225e [file] [log] [blame] [edit]
//@ check-pass
//@ pretty-expanded FIXME #23616
#[derive(PartialEq)]
struct A { x: usize }
impl Drop for A {
fn drop(&mut self) {}
}
pub fn main() {}