shithub: mc

ref: ee1215bf65810716215fd068b52c07c43cd79d42
dir: /test/div.myr/

View raw version
use std
/* should exit with status 42 */
const main = {
	var a
	var b

	a = 127
	b = 3
	-> a / b
}