!7 sclass A { S a, b; [stdEq] } p { unstructure_debug = true; testStructureFunction(litsyncmap("test" := nu(A, a := "AAA"))); testStructureFunction(litsyncmap( "test" := nu(A, a := "AAA"), "bla" := nu(A, b := "BBB"))); print("OK"); }