// PR debug/9039
// Verify that the debugging backends don't get confused by ALIAS_DECLs.

int foo()
{
  union
  {
    int z;
    unsigned int w;
  };

  w = 0;
  return 0;
}


syntax highlighted by Code2HTML, v. 0.9.1