svoid test_restructure_LinkedList() { L orig = litlinkedlist("a", "b"); LinkedList ll = cast restructure(orig); assertEqualsVerbose(ll, orig); }