shithub: mc

ref: 954ff1977d4345d53a0e1996c7c3b39c51a2d470
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
}