repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1879449 [wpt PR 44489] - [wptrunner] Add `infrastructure/expected-fail/` test...
[gecko.git]
/
tools
/
clang-tidy
/
test
/
clang-analyzer-core.CallAndMessage.cpp
blob
286189e25b5115d3663b0563ba522e4fbcd654b3
1
struct
S
{
2
int
x
;
3
};
4
5
void
f
(
struct
S s
);
6
7
void
test
() {
8
struct
S s
;
9
f
(
s
);
10
}