Loads class and tries to invoke a method which should fail
verification.
SubClass contains an incorrect invokespecial instruction which invokes
a method from a subclass of the current class, while only superclass
constructors can be called using this instruction.