codegen: handle exceptions of a method
[mate.git] / tests / Static2.java
index cfc85dc902ec8d19e73bd84a444cbd9977b1c90b..50dddc2027e3672075af0bedd3b7316e11632203 100644 (file)
@@ -11,6 +11,6 @@ public class Static2 {
                // in Static2 as in Static1
                Static1.x = 0x33;
                Static1.y = 0x22;
-               Static1.addNumbers();
+               System.out.printf("result: 0x%08x\n", Static1.addNumbers());
        }
 }