* src/vm/jit/i386/codegen.c (codegen): Cleaned up to use REPLACEMENT_
[cacao.git] / tests / hello.java
1 public class hello {
2         public static void main(String[] s) {
3                 System.out.println ("Hello world");
4                 }
5         }