shithub: mc

ref: da4798f000d99dd326a542758da83ad04be72f86
dir: /test/splitline.myr/

View raw version
use std

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