Sign in
llvm
/
llvm-project
/
dda73336ad22bd0b5ecda17040c50fb10fcbe5fb
/
.
/
clang
/
test
/
Analysis
/
html-diag-singlefile.h
blob: e238480ad68e0286cc571344c8ef4dff58f84da9 [
file
]
static
void
f
(
void
)
{
int
*
p
=
0
;
*
p
=
1
;
// expected-warning{{Dereference of null pointer}}
}