shithub: mc

ref: 93c80509bd8997bef851dacbd6399f3fa6554518
dir: /test/splitline.myr/

View raw version
use std

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