svoid test_hexToInts() { testFunctionValues hexToInts( "000000ffeeeeeeff", new int[] { 0xff000000, 0xffeeeeee } ); }