Variable StackSet.Node2.next

struct StackSet.Node2
{
  // ...
  StackSet.Node2* next ;
  // ...
}