shithub: mc

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