shithub: mc

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

View raw version
use std

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