solidity/test/libyul/yulSyntaxTests/hex_expression.yul

6 lines
105 B
Plaintext
Raw Normal View History

{
pop(hex"2233")
}
// ----
// ParserError 3772: (10-19): Hex literals are not valid in this context.