shithub: mc

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