rust/src/test/run-pass/issue-3250.rs
2013-05-03 20:01:42 -04:00

6 lines
61 B
Rust

#[auto_serialize]
type t = (uint, uint);
pub fn main() { }