================
@@ -12,7 +12,7 @@ struct Pair {
// In HLSL 202x, this is a move assignment rather than a copy.
int getSecond() {
- this = Pair();
+ this = {0, 123};
----------------
bob80905 wrote:
Same as above here
https://github.com/llvm/llvm-project/pull/194989