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