PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / pr83100-4.c
blobbb26735dd1b046975fee46fbfa1ea6813f217dbd
1 /* PR target/83100 */
2 /* { dg-do compile { target *-*-linux* *-*-gnu* } } */
3 /* { dg-options "-O2 -fno-common -fdata-sections" } */
5 const int a;
7 /* { dg-final { scan-assembler "rodata.a" { target i?86-*-* x86_64-*-* } } } */