solidity/test/libyul/yulSyntaxTests/dot_middle_function_ret.yul

5 lines
39 B
Plaintext
Raw Normal View History

{
function x() -> a.b {}
}
// ----