shithub: mc

ref: 04eb60944df4551eabe303b47184c0626b8a384b
dir: /test/splitline.myr/

View raw version
use std

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