shithub: mc

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