shithub: mc

ref: 83f4d1db649a2fdcccb163ea921177216841faff
dir: /test/splitline.myr/

View raw version
use std

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