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