blob: e22aef96330bb54f762e788abab02521ad3ea710 [file] [log] [blame]
// run-pass
fn f(_a: Vec<isize> ) { }
pub fn main() { f(vec![1, 2, 3, 4, 5]); }