public int meth(Exception arg0) ;
}
public void test1() throws Exception {
TryFinally obj = makeObject(TryFinally.class,new TryCatchStatement(
new FIFO<Statement>(new ThrowStatement(ARG0,null)),
new FIFO<CatchBlock>(new CatchBlock(
new VarDecl("java.lang.Exception","ex"),
new FIFO<Statement>(
new ReturnStatement(new ConstExpr(Integer.valueOf(1),null),null)
)
)),