!7 p-exp { // also test token refs (which were buggy at some point!) L l = ll("test", (short) 1, "bla", (short) -2, "test", (short) 3, "bla"); print(struct(l)); O o = unstruct(struct(l)); print(o); }