Added regression test for PR148.
[cacao.git] / tests / regression / bugzilla / testlcmp.j
1 .class public testlcmp
2 .super java/lang/Object
3
4 ; ======================================================================
5
6 .method public <init>()V
7    aload_0
8    invokenonvirtual java/lang/Object/<init>()V
9    return
10 .end method
11
12 ; ======================================================================
13
14 .method public static compare(JJ)I
15         .limit locals 4
16         .limit stack 4
17         lload_0
18         lload_2
19         lcmp
20         ireturn
21 .end method