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