solidity/test/libyul/yulSyntaxTests/hex_expression.yul

6 lines
98 B
Plaintext
Raw Normal View History

{
pop(hex"2233")
}
// ----
// ParserError 2314: (13-19): Expected ',' but got 'StringLiteral'