solidity/test/libyul/yulSyntaxTests/hex_expression.yul
2020-08-13 00:27:19 +01:00

6 lines
93 B
Plaintext

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