================
@@ -48,3 +48,21 @@ void gh151716_f() {
}
} // namespace One
+
+namespace Two {
+
+void unknownBoundArrayRef(const int (&)[]);
----------------
zihan001 wrote:rvalue ref cases are already covered. I added sema test for const and non-const lvalue refs. https://github.com/llvm/llvm-project/pull/218225 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
