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