shithub: mc

ref: 231b0fd0e1e70376bcf747a797a76b07521987b7
dir: /test/mod.myr/

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