1 2 3 4 5 6 7 8
export fn foo() void { const x, const y, = .{ 1, 2 }; _ = .{ x, y }; } // error // // :2:23: error: expected expression or var decl, found '='