svoid test_unstructure_jdkObject() { Rectangle r = cast unstructure("java.awt.Rectangle(x=5)"); assertEqualsVerbose(5, r.x); }