shithub: mc

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