20010227-1.c   [plain text]


void foo (void)
{
  double a = 0.0;
  double b = a;
  if (&b != &a);
}