codegen: handle exceptions of a method
[mate.git] / examples / RuntimeInfo.java
1 package examples;
2
3 import jmate.lang.*;
4
5 public class RuntimeInfo {
6         public static void main(String []args) {
7                 MateRuntime.demoInterfaceCall(0x1337);
8         }
9 }