ref: 7be6028358f07d4e01fbadf8d9f31041bf8c2fce dir: /test/destructuretup.myr/
use std const main = { var a,b ((a, b), _) = ((1, 2), 3) std.assert(a+b == 3, "fail\n") }