solidity/test/libyul/yulSyntaxTests/for_visibility_E.yul
2020-11-04 12:03:33 +01:00

7 lines
131 B
Plaintext

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