GC: first working version of boehm gc. working with: 8af66bf9d36f75558ec49e0461099d5f...
[mate.git] / tests / Native3.java
1 package tests;
2
3 public class Native3 {
4         public static void main(String []args) {
5                 System.out.println("result: Hello World");
6         }
7 }