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