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

9 lines
167 B
Plaintext

object "A" {
code {
}
data "1" hex"0"
data "1" hex"wronghexencoding"
}
// ----
// ParserError 2314: (37-41='hex"'): Expected 'StringLiteral' but got 'ILLEGAL'