bad_phisrc2(int p, int a, int r)1 int bad_phisrc2(int p, int a, int r)
2 {
3 	if (p)
4 		r = a;
5 	else if (r)
6 		;
7 	return r;
8 }
9 
10 /*
11  * check-name: bad-phisrc2
12  * check-command: test-linearize -Wno-decl $file
13  *
14  * check-output-ignore
15  * check-output-contains: select\\.
16  */
17