shithub: mc

ref: 9125dee98dc51e46a35c5e30a8a228031dcca44d
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
}