shithub: mc

ref: 507c0dc4eb7b20d87dc7ac06316e4620057e47ab
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
}