shithub: mc

ref: 0139ee45f197942d81737539f64d9723968181ba
dir: /test/mod.myr/

View raw version
use std
/* should exit with status 6 */
const main = {
	var a = 42
	var b = 9
	std.exit(a % b)
}