shithub: mc

ref: 35ac808f091891eea09ceb058d6d88ccde4feffb
dir: /test/badop.myr/

View raw version
use std

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