shithub: mc

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

View raw version
use std

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