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


syntax highlighted by Code2HTML, v. 0.9.1