shithub: mc

ref: e0e8aafaa651cba00f96c01f8c87dab7109cfc3d
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)
}