solidity/test/libyul/yulSyntaxTests/hex_string_literal_odd.yul
2021-04-08 15:03:33 +02:00

8 lines
143 B
Plaintext

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