shithub: mc

ref: 888bb9b10a6ca5728226f141215d4023eb350e68
dir: /test/badop.myr/

View raw version
use std

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