shithub: mc

ref: 86f488a953c6830c6f39203aac8be34a338e1d44
dir: /test/badop.myr/

View raw version
use std

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