blob: 9573c9b703aa3641d38f0cc50580879041fc6c56 [file]
// run-pass
// compile-flags:-C debuginfo=2
fn foo() -> impl Copy {
foo
}
fn main() {
foo();
}