shithub: mc

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

View raw version
use std

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