================
@@ -330,3 +330,47 @@ void no_crash() {
}
} // namespace crash
+
+namespace array_subscript_initializer {
----------------
steakhal wrote:Could you please put these braces on the same line of the namespace/struct declarations? That way its slightly more compact. https://github.com/llvm/llvm-project/pull/113570 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
