================
@@ -188,3 +188,14 @@ static_assert(U2().b.x == 100, "");
static_assert(U3().b.x == 100, "");
} // namespace GH48416
+
+namespace GH81774 {
+struct Handle {
+ Handle(int) {}
+};
+// Should be well-formed b/c NoState has a brace-or-equal-initializer
----------------
erichkeane wrote:
```suggestion
// Should be well-formed because NoState has a brace-or-equal-initializer.
```
https://github.com/llvm/llvm-project/pull/82407
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits