Skip to content

Commit

Permalink
tests: Add test case. Closes #3250
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Dec 22, 2012
1 parent 3ee1d3e commit 5c6e928
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/test/run-pass/issue-3250.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#[auto_serialize]

type t = (uint, uint);



fn main() { }

0 comments on commit 5c6e928

Please sign in to comment.