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