solidity/test/libyul/yulSyntaxTests/hex_assignment.yul

6 lines
109 B
Plaintext
Raw Normal View History

{
let x := hex"0011"
}
// ----
// ParserError 3772: (15-24): Hex literals are not valid in this context.