shithub: mc

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