shithub: mc

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