solidity/test/libyul/yulSyntaxTests/for_visibility_E.yul

8 lines
139 B
Plaintext
Raw Normal View History

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