blob: 7fe24fa439f1a87f5d9fa47c622f25b2bf7b135d [file] [log] [blame] [edit]
/* PR tree-optimization/58164 */
int
foo (void)
{
int x = 0;
goto *&x;
}