shithub: mc

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

View raw version
use std

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