1 /* { dg-do compile } */
2 /* { dg-options "-fmerge-all-constants" } */
3 
4 char *ca = "123";
5 
6 const char a[] __attribute__((__progmem__))= "a";
7 const char b[] __attribute__((__progmem__))= "b";
8