shithub: mc

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