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