2 iCode generation for a cast tried to read a non-literal operand as literal.
12 volatile unsigned char test
=0;
15 unsigned int *t4
=&((test_t
*)0)->v1
;
16 test
=(unsigned char)t4
;
18 void *t6
=(void *)&((test_t
*)0)->v1
; // Compilation failed with internal error on this line.
19 test
=(unsigned char)t6
;