summary refs log tree commit diff
path: root/src/test/auxiliary/cci_borrow_lib.rs
blob: 80c1817746fb3ec6518d4e32754769a444edc713 (plain)
1
2
3
fn foo(x: &uint) -> uint {
    *x
}