xref: /illumos-gate/usr/src/tools/smatch/src/validation/optim/null-phi.c (revision ff67a31b6b184e832f89a53763c02c35bd1a7291)
1 static int foo(void)
2 {
3 	if (0)
4 		return 0;
5 }
6 
7 /*
8  * check-name: null-phi
9  */
10