package tests; public class Native2 { public static void main(String []args) { System.out.printf("result: 0x%08x\n", 0x1337); } }