shithub: mc

ref: 93c80509bd8997bef851dacbd6399f3fa6554518
dir: /test/badop.myr/

View raw version
use std

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