solidity/test/libyul/yulSyntaxTests/hex_string_literal_odd.yul

8 lines
143 B
Plaintext
Raw Normal View History

2021-03-25 16:00:05 +00:00
{
let name := hex"abc"
}
// ====
// dialect: evm
// ----
// ParserError 1465: (18-24): Illegal token: Expected even number of hex-nibbles.