Bug 1879449 [wpt PR 44489] - [wptrunner] Add `infrastructure/expected-fail/` test...
[gecko.git] / tools / clang-tidy / test / bugprone-argument-comment.cpp
blob3099575a35b94e06f223b6786ba677551621f0b8
1 // bugprone-argument-comment
3 void f(int x, int y);
4 void g() {
5 f(/*y=*/0, /*z=*/0);