shithub: mc

ref: 96da70b6356fc720eec5469d251c8031f24313ea
dir: /test/splitline.myr/

View raw version
use std

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