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