OSDN Git Service

For Greta Yorsh.
[pf3gnuchains/gcc-fork.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   __SIZE_TYPE__ s = __builtin_expect ((__SIZE_TYPE__)&&L, 0);
9 L:
10   return 0;
11 }