shithub: mc

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