shithub: mc

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

View raw version
use std

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