shithub: mc

ref: 4ff354d845429eef262aba6e1c4b74fcd2c4fada
dir: /test/badop.myr/

View raw version
use std

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