shithub: mc

ref: c8ecfd5169939d3a292768dff19f95e283c9d404
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
}