shithub: mc

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

View raw version
use std

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