shithub: mc

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