shithub: mc

ref: 9b864a2bc7fbdae40704708a6893e6f29ad48397
dir: /test/bsr.myr/

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