shithub: mc

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

View raw version
use std

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