#[deriving_iter_bytes] enum Foo { Bar(int, char), Baz(char, int) } #[deriving_iter_bytes] enum A { B, C, D, E } fn main(){}