shithub: mc

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