shithub: mc

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