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

12 lines
235 B
Smali
Raw Normal View History

2025-08-25 08:21:32 +08:00
.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