shithub: mc

ref: b0b32305ca510490c3edb78950655b26c9b22947
dir: /test/badop.myr/

View raw version
use std

const main = {
	var x
	x = "a" + "b"
}