solidity/test/libyul/yulSyntaxTests/for_expr_invalid_4.yul

6 lines
87 B
Plaintext
Raw Normal View History

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