shithub: mc

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

View raw version
use std

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