solidity/test/libyul/yulSyntaxTests/hex_assignment.yul
Alex Beregszaszi 7ef9591e64 Expose hex literal to the Yul parser
This allows nicer error messages.
2020-08-28 19:34:52 +01:00

6 lines
109 B
Plaintext

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