1 /* Test whether variables with relocations aren't put into
2 mergeable sections even with -fmerge-all-constants. */
3 /* { dg-do compile } */
4 /* { dg-options "-O2 -fmerge-all-constants" } */
5 /* { dg-final { scan-assembler-not ".rodata.cst" } } */
9 static void * const ar
[] = { &&l2
};