shithub: mc

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