xref
: /
illumos-gate
/
usr
/
src
/
tools
/
smatch
/
src
/
validation
/
optim
/
null-phi.c
(revision 7e9964352166d31ee78f8ed0e600c9e32d9d72a4)
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