I think this program should be rejected rather than printing "2". ``` fn main() { io::println(int::str({x: 1, x: 2}.x)); } ```