shithub: mc

ref: 761ee5726bf216dd7557114d422416a08a1f6bed
dir: /test/splitline.myr/

View raw version
use std

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