shithub: mc

ref: 4c776943124502b2249a7e42a3737122dfca79e6
dir: /test/splitline.myr/

View raw version
use std

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