pr27657.C   [plain text]


/* { dg-do link } */

const char s[] = "";
const char *const p = s;

int main()
{
  return 0;
}