COSTA: COSt and Termination Analyzer for Java Bytecode
    
    package pubs;

class List {
    List next;
    int  data;
}