solidity/test/libyul/yulSyntaxTests/vardecl_multi.yul
2020-11-04 12:03:33 +01:00

5 lines
52 B
Plaintext

{
function f() -> x, y {}
let x, y := f()
}