pr27150-1.c   [plain text]


/* { dg-do compile } */
/* { dg-options "-O2" } */
int g(int f)
{
  return (&f)!=0;
}