shithub: mc

ref: 961fb6813b00f224c219d026da48cf6d01c779ab
dir: /test/splitline.myr/

View raw version
use std

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