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