solidity/test/libyul/yulSyntaxTests/hex_expression.yul
Alex Beregszaszi caa329066e Do not emit Solidity-only tokens in the Scanner for Yul
And simplfiy AsmParser greatly.
2020-08-28 19:34:52 +01:00

6 lines
98 B
Plaintext

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