android13/art/test/800-smali/smali/b_22045582_int.smali

12 lines
235 B
Smali

.class public LB22045582Int;
# Fail verification of a method that returns an undefined integral register.
.super Ljava/lang/Object;
.method public static run()I
.registers 4
# v1 is undefined here.
return v1
.end method