solidity/test/libyul/yulSyntaxTests/for_expr_invalid_6.yul

8 lines
163 B
Plaintext
Raw Normal View History

{
for {} mstore(1, 1) {} {}
}
// ====
// dialect: evm
// ----
// TypeError 3950: (10-22): Expected expression to evaluate to one value, but got 0 values instead.