inst_const_i64_neg_hex.wat 74 B

12345
  1. (module
  2. (func $add (result i64)
  3. i64.const -0x7FFFFFFFFFFFFFFF
  4. )
  5. )