svoid test_structure_shortArrays() { short[] a = new { 0x1234, 0x5678 }; assertEqualsVerbose([[shortarray "12345678"]], struct(a)); assertEqualsVerbose(toList(a), toList(restruct(a))); }