(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
substring-location-PR-87562-1-a.h
       1  #undef  ASM_GENERATE_INTERNAL_LABEL
       2  #define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM)		\
       3    do								\
       4      {								\
       5        __builtin_sprintf (LABEL, "*.%s%u", PREFIX, (unsigned) (NUM));	\
       6      }								\
       7    while (0)