================
@@ -0,0 +1,25 @@
+// RUN: %check_clang_tidy %s bugprone-custom-errno-declaration %t
+
+namespace cerrno_test_0 {
+ extern int errno;
----------------
zeyi2 wrote:Could we add tests for: ```cpp extern int errno, preserved; ``` https://github.com/llvm/llvm-project/pull/213015 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
