9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
-- main.mcl --
|
|
test "test" {
|
|
anotherstr => "test",
|
|
Meta:noop => false,
|
|
Meta:noop => false,
|
|
}
|
|
-- OUTPUT --
|
|
# err: errInit: resource has duplicate meta entry of: noop
|