%set debug_print_ccode=true module opernd export operand declare REG is [ R0, R1] OPERAND is structure RRR: REG TTT: integer initially 2 endstructure enddeclare endmodule