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