codegen: handle exceptions of a method
[mate.git] / tests / Native3.java
index 60916e64ee3c4bb7488e24b02d49949fb3e66cb3..f26ea5553b09857862b87190ac4524e2403d2e38 100644 (file)
@@ -2,6 +2,6 @@ package tests;
 
 public class Native3 {
        public static void main(String []args) {
-               System.out.println("Hello World");
+               System.out.println("result: Hello World");
        }
 }