shithub: mc

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

View raw version
use std

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