================ @@ -0,0 +1,11 @@ +// RUN: %clang_analyze_cc1 -analyzer-checker=alpha.webkit.UncountedCallArgsChecker -verify %s + ---------------- rniwa wrote: You wanna add: ``` // expected-no-diagnostics ``` https://github.com/llvm/llvm-project/pull/146369