solidity/test/libyul/yulSyntaxTests/function_shadowing_outside_vars_1.yul

6 lines
55 B
Plaintext
Raw Normal View History

2020-10-14 10:05:36 +00:00
{
{ let x:u256 }
function f() -> x:u256 {}
}
// ----