solidity/test/libyul/yulSyntaxTests/dot_trailing_function_ret.yul

5 lines
38 B
Plaintext
Raw Normal View History

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