* src/vm/options.c (options_xx): Don't clutter output with warning (print to
[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 }