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