solidity/test/libyul/yulSyntaxTests/builtin_identifier_7.yul
2020-11-05 10:30:09 +00:00

8 lines
149 B
Plaintext

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