solidity/test/libyul/yulSyntaxTests/hex_assignment.yul
2021-04-08 15:03:33 +02:00

5 lines
35 B
Plaintext

{
let x := hex"0011"
}
// ----