shithub: mc

ref: 45907dfb026557ab65bcff529384dbfb212e2347
dir: /test/splitline.myr/

View raw version
use std

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