shithub: mc

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