shithub: mc

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