fn main() { // This just tests whether the vec leaks its members. let vec[mutable @tup(int,int)] pvec = // FIXME: vec constructor syntax is slated to change. vec[mutable](@tup(1,2), @tup(3,4), @tup(5,6)); }