313233343536373839
import havlakloopfinder.HavlakLoopFinder; import lsg.LSG; class LoopTesterApp { public LoopTesterApp() { cfg = new CFG(); lsg = new LSG(); root = cfg.createNode(0); }