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