shithub: mc

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

View raw version
use std

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