shithub: mc

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

View raw version
use std

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