================
@@ -299,3 +299,18 @@ void test10() {
for (auto[i, j, k] = arr; i < a; ++i) { }
for (auto[i, j, k] = arr; i < a; ++arr[0]) { }
};
+
+extern void foo(int);
----------------
shafik wrote:We normally wrap tests from bug reports in `namespace GHXXXX` where XXXX is the bug report number. https://github.com/llvm/llvm-project/pull/135573 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
