shithub: mc

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

View raw version
use std

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