shithub: mc

ref: 6c6a15bf92f7a18265b080348491b831f523fd4e
dir: /test/mod.myr/

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