// Test that anonymous unions work with explicit scope.

static union
{
  int i;
};

int main()
{
  return ::i;
}


syntax highlighted by Code2HTML, v. 0.9.1