shithub: mc

ref: 95fc77c94bec1b7e1d3df3abd6706bec795225e0
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
}