1 /* PR c/38700 */
2 /* { dg-do compile } */
3 /* { dg-options "-O0" } */
4 
5 int
foo()6 foo ()
7 {
8   __UINTPTR_TYPE__ s = __builtin_expect ((__UINTPTR_TYPE__)&&L, 0);
9 L:
10   return 0;
11 }
12