-- main.mcl -- $st struct{x str} = struct{x => "hello", x => "world",} test structlookup($st, "x") {} -- OUTPUT -- # err: errInit: duplicate struct field name of: `x`