svoid test_structure_longArrays() { long[] a = new { 0x1234567812345678L, 0xFEDCFEDC12343213L }; assertEqualsVerbose([[longarray "1234567812345678fedcfedc12343213"]], struct(a)); assertEqualsVerbose(toList(a), toList(restruct(a))); }