Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / pr48826.c
blob691f74f4dfad79d1a1c4035dcca346e1fefd5f17
1 /* { dg-options "-O -g -w" } */
3 void bar (int *);
5 void
6 foo ()
8 int *const pc = __builtin_return_address (0);
9 bar (pc);