svoid test_reverseBytesInInt() {
  testFunctionValues reverseBytesInInt(
    0x01020304, 0x04030201,
    0x80818283, 0x83828180
  );
}