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