shithub: mc

ref: 8804ceff06b5562451c8d44c639bb88dd6990d3b
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
}