shithub: mc

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