shithub: mc

ref: 3699a6c3daf7648653b3e4936f39bc6061331446
dir: /test/badop.myr/

View raw version
use std

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