shithub: mc

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