1f08c3bdfSopenharmony_cistatic void a(void) 2f08c3bdfSopenharmony_ci{ 3f08c3bdfSopenharmony_cilabel1: 4f08c3bdfSopenharmony_ci ; 5f08c3bdfSopenharmony_ci static void *b = &&label1; 6f08c3bdfSopenharmony_ci} 7f08c3bdfSopenharmony_ci 8f08c3bdfSopenharmony_ci/* 9f08c3bdfSopenharmony_ci * check-name: constexprness label reference 10f08c3bdfSopenharmony_ci * check-command: sparse -Wconstexpr-not-const $file 11f08c3bdfSopenharmony_ci * 12f08c3bdfSopenharmony_ci * check-error-start 13f08c3bdfSopenharmony_ci * check-error-end 14f08c3bdfSopenharmony_ci */ 15