shithub: mc

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