shithub: mc

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