shithub: mc

ref: 46a5568cdeeb3d83c2c19eea218f232a9515f887
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
}