shithub: mc

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