shithub: mc

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