Add missing test files

This commit is contained in:
2018-05-26 15:35:58 +02:00
parent 7898c76570
commit 2fe47fe30c
82 changed files with 52716 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
.constant
objref 0xCAFE // may be any value. Needed by invokevirtual.
.end-constant
.main
LDC_W objref
INVOKEVIRTUAL magic
.end-main
.method addone()
BIPUSH 0x0
IRETURN
.end-method
.method magic()
LDC_W objref
INVOKEVIRTUAL addone
IRETURN
.end-method