Add support to initialize a structure variable by assigining another structure, e.g. `struct my_stc var = st0;`
Add support to initialize a structure variable by assigining another structure, e.g.
struct my_stc var = st0;