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