shithub: mc

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

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