]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr38700.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr38700.c
1 /* PR c/38700 */
2 /* { dg-do compile } */
3 /* { dg-options "-O0" } */
4
5 int
6 foo ()
7 {
8 __UINTPTR_TYPE__ s = __builtin_expect ((__UINTPTR_TYPE__)&&L, 0);
9 L:
10 return 0;
11 }