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