shithub: mc

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

View raw version
use std

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