solidity/test/libyul/yulSyntaxTests/for_expr_invalid_2.yul

6 lines
85 B
Plaintext
Raw Normal View History

{
for 1 1 {} {}
}
// ----
// ParserError 2314: (7-8): Expected '{' but got 'Number'