pr27382-2.c   [plain text]


/* { dg-do compile } */
/* { dg-options "-O2" } */
void foo()
{
    L:
    &&L != 0;
}