2 bf-pack-1.c from the execute part of the gcc torture tests.
7 #if 0 // Enable when SDCC supports bit-fields wider than 16 bits
11 unsigned long whole
:32;
16 if (q
->half
!= 0x1234)
18 if (q
->whole
!= 0x56789abcL
)
24 testTortureExecute (void)
30 bar
.whole
= 0x56789abcL
;