shithub: mc

ref: 2956d456959512a3e8b550899465395e033f7929
dir: /test/badop.myr/

View raw version
use std

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