shithub: mc

ref: 755433e998180ba049bc22975b8ecffa23bf0357
dir: /test/badop.myr/

View raw version
use std

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