shithub: mc

ref: c4f1f75587d497b948c1b3f01705711264454928
dir: /test/bsr.myr/

View raw version
use std
/* should exit with status 5 */
const main = {
	var a = 42
	std.exit(a >> 3)
}