================ @@ -0,0 +1,11 @@ +// RUN: %clang_cc1 -fsyntax-only -verify %s -pedantic-errors ---------------- AaronBallman wrote:
```suggestion // RUN: %clang_cc1 -fsyntax-only -verify %s -Wno-unused -pedantic-errors ``` because the point of the test is the error about internal linkage, not about unused variables. https://github.com/llvm/llvm-project/pull/98016 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits