rt_gccstream/gcc/testsuite/gcc.dg/pr38700.c

12 lines
161 B
C

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