solidity/test/libyul/yulSyntaxTests/dot_leading_variabledeclaration.yul

6 lines
90 B
Plaintext
Raw Normal View History

{
let .a := 1
}
// ----
// ParserError 2314: (10-11): Expected identifier but got '.'