1f08c3bdfSopenharmony_civoid foo(int a, int b)
2f08c3bdfSopenharmony_ci{
3f08c3bdfSopenharmony_ci	if (b)
4f08c3bdfSopenharmony_ci		while ((a += 5) > a)
5f08c3bdfSopenharmony_ci			;
6f08c3bdfSopenharmony_ci}
7f08c3bdfSopenharmony_ci
8f08c3bdfSopenharmony_ci/*
9f08c3bdfSopenharmony_ci * check-name: bad-phisrc1
10f08c3bdfSopenharmony_ci * check-command: test-linearize -Wno-decl $file
11f08c3bdfSopenharmony_ci *
12f08c3bdfSopenharmony_ci * check-output-ignore
13f08c3bdfSopenharmony_ci * check-output-excludes: phi\\.
14f08c3bdfSopenharmony_ci * check-output-excludes: phisource\\.
15f08c3bdfSopenharmony_ci */
16