shithub: mc

ref: 92dac618202997d1080597b377795f9cbba82742
dir: /test/splitline.myr/

View raw version
use std

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