The Nest
Explore
Sign in
nuudlman
llvm
clang
test
Analysis
html-diag-singlefile.h
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
static
void
f
(
void
)
{
int
*
p
=
0
;
*
p
=
1
;
//
expected-warning{{Dereference of null pointer}}
}