new Load(new Var(0,new TypeName("TestClass"))),
new InvokeSpecial(new MethodRef(cd.superClass,TypeName.VOID,"<init>")),
new Return(TypeCode.VOID)
) ;
// Watch it! ClassDef is immutable
cd = cd.addMethod(md) ;
}
{
// Two variables, x & y
// Index 0 is "this"
Var x = new Var(1,TypeName.INT) ; // index 1