shithub: mc

ref: 0b7ef3870dbd708ab71a657dca0e26073036acb7
dir: /test/badop.myr/

View raw version
use std

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