shithub: mc

ref: 0777dce112452cb95d09037ef49a5f35b48ed6e3
dir: /test/div.myr/

View raw version
use std
/* should exit with status 42 */
const main = {
	var a
	var b

	a = 127
	b = 3
	-> a / b
}