shithub: mc

ref: 053f240f3955c801accece839039813f0fea64c0
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
}