xref
: /
illumos-gate
/
usr
/
src
/
tools
/
smatch
/
src
/
validation
/
optim
/
null-phi.c
(revision 6e2462f93bf3de7b08885a4677464e11be3c807b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
static
int
foo
(
void
)
2
{
3
if
(0)
4
return
0;
5
}
6
7
/*
8
* check-name: null-phi
9
*/
10