shithub: mc

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