shithub: mc

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