Example: (also confirmed by `--pretty expanded`) ``` fn main() { #[deriving(Eq)] struct x { x:int } x{x:4} == x{x:4}; } ```