//! returns: 77

.text;
@entry
	j      @exit;
	ecall;
	ebreak;
@exit
	li     %a0    77;
	li     %a7    93;
	ecall;
