shithub: mc

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

View raw version
use std

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