shithub: mc

ref: 9ce53dbcee324f705af4011390b771c318f12b6b
dir: /test/splitline.myr/

View raw version
use std

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