Home | History | Annotate | Download | only in smali
      1 .class public LB22045582Wide;
      2 
      3 # Fail verification of a method that returns an undefined wide register.
      4 
      5 .super Ljava/lang/Object;
      6 
      7 .method public static run()J
      8     .registers 4
      9     # v0/v1 is undefined here.
     10     return-wide v0
     11 .end method
     12