shithub: mc

ref: 57aa7ad1553ffaedcf3cbd437edf69878b83a238
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
}