shithub: mc

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