shithub: mc

ref: 18bcc12f58930608f28dd3854f408941d39cc01a
dir: /test/splitline.myr/

View raw version
use std

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