solidity/test/libyul/yulSyntaxTests/hex_expression.yul

6 lines
93 B
Plaintext
Raw Normal View History

{
pop(hex"2233")
}
// ----
// ParserError 1856: (10-19): Literal or identifier expected.