shithub: mc

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

View raw version
use std

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