solidity/test/libyul/yulSyntaxTests/dot_leading_function_ret.yul

6 lines
100 B
Plaintext
Raw Normal View History

{
function x() -> .a {}
}
// ----
// ParserError 2314: (22-23): Expected identifier but got '.'