================
@@ -0,0 +1,16 @@
+// RUN: %clang_cc1 -fsyntax-only -verify %s
+
+int ab[7]; // expected-note {{'ab' declared here}} \
----------------
erichkeane wrote:Please use our 'bookmarks' feature (see the manual on the verify diagnostics consumer) to put the 'error' and 'note' in the correct order/next to eachother. I'm incredibly confused by what is going on with this test now. https://github.com/llvm/llvm-project/pull/183633 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
