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