shithub: mc

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