c47a335200bab068124c428b83f4cdbaf59055ac
[IRC.git] / Robust / src / Benchmarks / SingleTM / SSCA2 / VList.java
1 /* Vertex list returned by Kernel 3 */
2 public class VList {
3   public long num;
4   public long depth;
5
6   public VList() {
7
8   }
9
10 }