class List extends Node:
  public:
    init():
      Int c;
      c := 1234;

