summaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/torture/borrow_function.rs
blob: 98c6f99683e6f750dd132afbfd7ff016a26791f7 (plain)
1
2
3
4
5
fn foo() {}

fn main() {
    let _a = &foo;
}