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