solidity/test/libyul/yulSyntaxTests/builtin_identifier_7.yul

8 lines
149 B
Plaintext
Raw Normal View History

{
// Test for the unreachable 6272_error
function f() -> a, b {}
add, mul := f()
}
// ----
// ParserError 2314: (71-72): Expected '(' but got ','