fn f(_x : &a/int) -> &a/int { return &3; //~ ERROR illegal borrow } fn main() { }