1 /* PR tree-optimization/58164 */
2 
3 int
foo(void)4 foo (void)
5 {
6   int x = 0;
7   goto *&x;
8 }
9