================ @@ -368,6 +368,11 @@ class RefCounted { } RefPtr<RefCounted> trivial66() { return children[0]; } Ref<RefCounted> trivial67() { return *children[0]; } + struct point { + double x; + double y; + }; + void trivial68() { point pt = { 1.0 }; } ---------------- ddkilzer wrote:
Not sure how much this matters for the test, but doesn't this leave `y` uninitialized? https://github.com/llvm/llvm-project/pull/126203 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits