shithub: mc

ref: 36588445c514f650c6260480b582b1da721018c2
dir: /test/badop.myr/

View raw version
use std

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