shithub: mc

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

View raw version
use std

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