shithub: mc

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

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