public static interface WhileTest {
public int meth(int arg0) ;
}
public void test1() throws Exception {
WhileTest obj = makeObject(WhileTest.class,new DeclareStatement(
new FIFO<VarDecl>(new VarDecl("int","i"),new VarDecl("int","total")),
new FIFO<Statement>(
new ExprStatement(new SetValueExpr(I,new ConstExpr(Integer.valueOf(0),null),null),null),
new ExprStatement(new SetValueExpr(TOTAL,new ConstExpr(Integer.valueOf(0),null),null),null),
new WhileStatement(
new LTExpr(I,ARG0,null),