shithub: mc

ref: 78c19177f70b9b5c798e815c34e63aa3634214f1
dir: /test/div.myr/

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

	a = 127
	b = 3
	std.exit(a / b)
}