// MIR for `::clone` after PreCodegen fn ::clone(_1: &Foo) -> Foo { debug self => _1; let mut _0: Foo; bb0: { _0 = copy (*_1); return; } }