shithub: mc

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