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