solidity/test/libyul/yulSyntaxTests/for_expr_invalid_5.yul
Alex Beregszaszi 43353bb6ca update tests
2020-12-03 17:15:43 +01:00

7 lines
172 B
Plaintext

{
for {} mload {} {}
}
// ----
// DeclarationError 8198: (10-15): Identifier not found.
// TypeError 1733: (10-15): Expected a value of boolean type "bool" but got "u256"