xref: /aosp_15_r20/art/test/800-smali/smali/b_22045582_wide.smali (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
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