shithub: mc

ref: 2788f5eea5708ab8554bac41411543bef360389e
dir: /test/badop.myr/

View raw version
use std

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