Bug 1879449 [wpt PR 44489] - [wptrunner] Add `infrastructure/expected-fail/` test...
[gecko.git] / tools / clang-tidy / test / clang-analyzer-core.CallAndMessage.cpp
blob286189e25b5115d3663b0563ba522e4fbcd654b3
1 struct S {
2 int x;
3 };
5 void f(struct S s);
7 void test() {
8 struct S s;
9 f(s);