shithub: mc

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