shithub: mc

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

View raw version
use std

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