shithub: mc

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

View raw version
use std

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