solidity/test/libyul/yulSyntaxTests/for_expr_invalid_3.yul

6 lines
87 B
Plaintext
Raw Normal View History

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