shithub: mc

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

View raw version
use std

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