aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/plugin/pr87562-a.h
blob: 0e5a9f19a19f8e81018605ffa2f29f1ec1fce57e (plain)
1
2
3
4
5
6
7
#undef  ASM_GENERATE_INTERNAL_LABEL
#define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM)		\
  do								\
    {								\
      __emit_string_literal_range ("*.%s%u", 2, 2, 3); \
    }								\
  while (0)