aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/bad-phisrc1.c
blob: aa12dd0ae54207e21e75c7dc3a90439928901bb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
void foo(int a, int b)
{
	if (b)
		while ((a += 5) > a)
			;
}

/*
 * check-name: bad-phisrc1
 * check-command: test-linearize -Wno-decl $file
 *
 * check-output-ignore
 * check-output-excludes: phi\\.
 * check-output-excludes: phisource\\.
 */