shithub: mc

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