``` rust #[rustc_mir] fn into_inner(x: Drp) { loop { let d = x; break; } } ``` where `impl Drop for Drp`. The Drp destructor will be called 3 times.