shithub: mc

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