xref
: /
third_party
/
ltp
/
tools
/
sparse
/
sparse-src
/
validation
/
optim
/
null-phi.c
(revision f08c3bdf)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
1
static
int
foo
(
void
)
2
{
3
if
(0)
4
return
0;
5
}
6
7
/*
8
* check-name: null-phi
9
*/
10