solidity/test/libyul/yulSyntaxTests/dot_consecutive_function.yul

5 lines
35 B
Plaintext
Raw Normal View History

{
function x..y() {}
}
// ----