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