INIT
  
  b = 0
  &
  c = 0

TRANS
  
  next(b) = next(c)

DEFINE
  
  b := a;
  c := a;
  d := a;

SPEC

  AG d
