shithub: mc

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

View raw version
use std

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