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