!752 p { S s = structure(new int[] {123, -123}); print(s); int[] b = (int[]) unstructure(s); S s2 = structure(b); assertEquals(s, s2); print("ok"); }