aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/null-phi.c
blob: 1f9de4d5ba1a147eaf6d8df7032705fe9ac33283 (plain)
1
2
3
4
5
6
7
8
9
static int foo(void)
{
	if (0)
		return 0;
}

/*
 * check-name: null-phi
 */