shithub: mc

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