shithub: mc

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

View raw version
use std

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