shithub: mc

ref: 5257df69de2bf48496ec82b4a515f118ac17a25b
dir: /test/splitline.myr/

View raw version
use std

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