codegen: handle exceptions of a method
[mate.git] / tests / Static7.java
index d587e081d9d77569ef05b43e03c0d272bfc98a94..640fc755fa33db6c2d33bce7333d3afdfb14f820 100644 (file)
@@ -10,7 +10,6 @@ public class Static7 extends Static6 {
        }
 
        public static void main(String []args) {
-               addNumbers(); // 0x188c
-               // System.out.printf("%x\n", addNumbers());
+               System.out.printf("result: 0x%08x\n", addNumbers()); // 0x188c
        }
 }