shithub: mc

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