c: fix ICE when forming composite type for two structures / unions [PR117548]
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 991213-3.c
blobbda7490abb7a948184151e7e8ccdf50278c24636
1 /* { dg-require-effective-target indirect_jumps } */
3 int jump () { goto * (int (*) ()) 0xbabebec0; }