Sign in
rust
/
rust-lang
/
llvm-project
/
98bfdac5ce82d1679f8af9a57501471812ab68d7
/
.
/
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}}
}