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