shithub: mc

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