Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / pr38700.c
blobebece7f0ff49fc71b906e030276d21dbf8b8ec7b
1 /* PR c/38700 */
2 /* { dg-do compile } */
3 /* { dg-options "-O0" } */
5 int
6 foo ()
8 __UINTPTR_TYPE__ s = __builtin_expect ((__UINTPTR_TYPE__)&&L, 0);
9 L:
10 return 0;