* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr58164.c
blob5af751e0a219b464007f7d3f625b3ce1c58e79d1
1 /* PR tree-optimization/58164 */
2 /* { dg-require-effective-target indirect_jumps } */
4 int
5 foo (void)
7 int x = 0;
8 goto *&x;