Skip to content

Commit

Permalink
Add test case for #3878, which didn't get merged somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Nov 1, 2012
1 parent 45d04f5 commit 9d276b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/run-pass/issue-3878.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fn main()
{
let y = ~1;
move y;
}

0 comments on commit 9d276b1

Please sign in to comment.