blob: e3c9fa76710a48f876b3334f787eb97e93a85bb2 [file] [log] [blame]
/* PR debug/46255 */
/* { dg-do compile } */
/* { dg-options "-fcompare-debug -fprofile-generate -O" } */
int bar (void);
void
foo (int i)
{
while (i)
i = bar ();
}