shithub: mc

ref: 555799dbfd11dc0a2edaa53b78100d1eeea6ff06
dir: /test/splitline.myr/

View raw version
use std

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