blob: a6850b73c3efd928308b3844867809035cb8b733 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fmerge-all-constants" } */
char *ca = "123";
const char a[] __attribute__((__progmem__))= "a";
const char b[] __attribute__((__progmem__))= "b";