shithub: mc

ref: 2c814b34375827b994cd448160304c18ddbbeb5c
dir: /test/splitline.myr/

View raw version
use std

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