shithub: mc

ref: e822c8c079058b4561311f5f0ba81d28c5efa30c
dir: /test/div.myr/

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

	a = 127
	b = 3
	std.exit(a / b)
}