shithub: mc

ref: 3d9ce334368f0d6e7da472200c68c7081889058b
dir: /test/splitline.myr/

View raw version
use std

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