blob: ebece7f0ff49fc71b906e030276d21dbf8b8ec7b [file] [log] [blame]
/* PR c/38700 */
/* { dg-do compile } */
/* { dg-options "-O0" } */
int
foo ()
{
__UINTPTR_TYPE__ s = __builtin_expect ((__UINTPTR_TYPE__)&&L, 0);
L:
return 0;
}