shithub: mc

ref: e255cf8c55c5d2f7fda955b1edcc6e721edd021a
dir: /test/mod.myr/

View raw version
use std
/* should exit with status 6 */
const main = {
	var a = 42
	var b = 9
	-> a % b
}