shithub: mc

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