================ @@ -0,0 +1,17 @@ +// RUN: clang-tidy %s -checks=-*,modernize-redundant-zero-initializer -- -std=c17 | count 0 ---------------- zeyi2 wrote: Can we use `%check_clang_tidy` for this? https://github.com/llvm/llvm-project/pull/209367