// -*- rust -*- fn grow(mutable &vec[int] v) { v += vec(1); } fn main() {}