shithub: mc

ref: 0075208c293571c32b5eb23c47f67ee8defc613f
dir: /test/badop.myr/

View raw version
use std

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