shithub: mc

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

View raw version
use std

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