solidity/test/libyul/yulSyntaxTests/hex_string_literal_odd.yul
2022-04-01 23:41:18 -05:00

8 lines
152 B
Plaintext

{
let name := hex"abc"
}
// ====
// dialect: evm
// ----
// ParserError 1465: (18-24='hex"ab'): Illegal token: Expected even number of hex-nibbles.