Merged with new-trap-decoding branch at rev a792088a3f04 (branch closed).
[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 }