* src/vm/global.h: Made 'lockword' member of java_object_t a plain
[cacao.git] / tests / prop.java
1 import java.io.*;
2
3 public class prop {
4     public static void main(String [] argv) throws IOException {
5         System.getProperties().store(System.out, "all properties:");
6     }
7 }