1f08c3bdfSopenharmony_civoid foo(int p, int i, int f, int *ref, int *dst, int *src) 2f08c3bdfSopenharmony_ci{ 3f08c3bdfSopenharmony_ci if (p) 4f08c3bdfSopenharmony_ci f = ref[i]; 5f08c3bdfSopenharmony_ci if (f) 6f08c3bdfSopenharmony_ci dst[i] = src[i]; 7f08c3bdfSopenharmony_ci} 8f08c3bdfSopenharmony_ci 9f08c3bdfSopenharmony_ci/* 10f08c3bdfSopenharmony_ci * check-name: cse-cmp-next 11f08c3bdfSopenharmony_ci * check-command: test-linearize -Wno-decl $file 12f08c3bdfSopenharmony_ci * 13f08c3bdfSopenharmony_ci * check-output-ignore 14f08c3bdfSopenharmony_ci * check-output-pattern(1,2): mul\\. 15f08c3bdfSopenharmony_ci */ 16