svoid test_structure_listContainingItself() { new L l; l.add(l); testStructureFunction(l); }