aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/vec-drop.rs
blob: 267c7a7864ea69e068d18bd3a55e19180cbfc29d (plain) (blame)
1
2
3
4
fn main() {
  // This just tests whether the vec leaks its members.
  let vec[@tup(int,int)] pvec = vec(tup(1,2),tup(3,4),tup(5,6));
}