8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
-- main.mcl --
|
|
test "test" {
|
|
anotherstr => "hello",
|
|
anotherstr => "hello", # values aren't checked in dupe checks
|
|
}
|
|
-- OUTPUT --
|
|
# err: errInit: resource has duplicate field of: anotherstr
|