codegen: handle exceptions of a method
[mate.git] / tests / Static1.java
index 74ca4fdd90f15b0772dc6f9a9b7b0967ea4bc330..45e03d2a74e5e0a58d69cde7a4f3ab71b037bc58 100644 (file)
@@ -6,7 +6,7 @@ public class Static1 {
 
        public static void main(String []args) {
                setNumbers();
-               addNumbers(); // 0x33
+               System.out.printf("result: 0x%08x\n", addNumbers()); // 0x33
        }
 
        public static void setNumbers() {