shithub: mc

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