solidity/test/libyul/yulSyntaxTests/dot_consecutive_function_ret.yul

5 lines
40 B
Plaintext
Raw Normal View History

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