shithub: mc

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