solidity/test/libyul/yulSyntaxTests/hex_assignment.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
94 B
Plaintext

{
let x := hex"0011"
}
// ----
// ParserError 6913: (25-26): Call or assignment expected.