shithub: mc

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