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

6 lines
60 B
Plaintext

{
{ function g() {} }
{ function g() {} }
}
// ----