shithub: mc

ref: 08abb553ff8277ca156923043c82fc81377ac084
dir: /test/splitline.myr/

View raw version
use std

const main = {
	std.exit(1 + \ /* ignored crap */
	   	 2)
}