shithub: mc

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

View raw version
use std

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