shithub: mc

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