shithub: mc

ref: 7088e222cf1b0ae17607ce0ac232067a172b851e
dir: /test/splitline.myr/

View raw version
use std

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