shithub: mc

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

View raw version
use std

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