shithub: mc

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