//! returns: 41

.text;
@entry
	la     %t0    @data::sym;
	addi   %a0    %t0    40;
	li     %a7    93;
	ecall;
.data;
.byte 0;
@data::sym
.byte 1;
