https://gitlab.com/tezos/tezos
Raw File
Tip revision: d4a54b55f098093cd8f18511b36501d8096b7817 authored by Antoine Lanco on 07 February 2024, 08:38:04 UTC
EVM/Eval: Skip gas price test
Tip revision: d4a54b5
packunpack_bytes_00.tzt
code { PACK ; UNPACK bytes } ;
input { Stack_elt bytes 0x00AABBCC } ;
output { Stack_elt (option bytes) (Some 0x00AABBCC) }
back to top