shithub: mc

ref: 88cbe95a616e1cd947d0e30ab19368602b00b753
dir: /test/splitline.myr/

View raw version
use std

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