solidity/test/libyul/yulSyntaxTests/for_visibility_E.yul
2021-04-20 17:38:29 +02:00

8 lines
139 B
Plaintext

{
// Check that body and post are not sub-scopes of each other.
for {} 1 { let x := 1 } { let x := 1 }
}
// ====
// dialect: evm
// ----