shithub: mc

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