shithub: mc

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