shithub: mc

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

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