shithub: mc

ref: a3a707822d301c6c1e3cfd164c35e67463406397
dir: /test/mul.myr/

View raw version
/* should exit with status 42 */
const main = {
	var a = 7
	var b = 2
	var c = 3
	-> a * b * c
}