Variable StackSet.Node1.next

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