* Updated to jitcache-arm-x86 branch d4f6023b26c5+d1b5b1c106ac
[cacao.git] / tests / longtest.java
1
2 public class longtest {
3         public static void main(String []s) {
4                 System.out.print ("juhu: ");
5                 System.out.println ( (long) 0x12345678901234L );
6                 }
7                 
8 }