codegen: handle exceptions of a method
[mate.git] / tests / Native2.java
index 0c3c701b4dc2da8e0fce8e793d25d2dc591ee1ff..7da841e65907e298bde3da7b799f61d8f42f9c1d 100644 (file)
@@ -2,6 +2,6 @@ package tests;
 
 public class Native2 {
        public static void main(String []args) {
-               System.out.printf(0x1337);
+               System.out.printf("result: 0x%08x\n", 0x1337);
        }
 }