shithub: mc

ref: e7afb8cbbda5e7e375a9fec5f61460cec1052c1a
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
}