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