1f08c3bdfSopenharmony_citypedef unsigned int ui; 2f08c3bdfSopenharmony_citypedef int si; 3f08c3bdfSopenharmony_ci 4f08c3bdfSopenharmony_cisi smul0(si a) { return a * 0; } 5f08c3bdfSopenharmony_ciui umul0(ui a) { return a * 0; } 6f08c3bdfSopenharmony_ci 7f08c3bdfSopenharmony_ci/* 8f08c3bdfSopenharmony_ci * check-name: muldiv-by-zero 9f08c3bdfSopenharmony_ci * check-command: test-linearize -Wno-decl $file 10f08c3bdfSopenharmony_ci * check-output-ignore 11f08c3bdfSopenharmony_ci * 12f08c3bdfSopenharmony_ci * check-output-excludes: mul[us]\\. 13f08c3bdfSopenharmony_ci */ 14