Files
solidity/test/libyul/yulSyntaxTests/hex_assignment.yul
T

5 lines
35 B
Plaintext

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