Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
debug/
pr27657.C
/* { dg-do link } */ const char s[] = ""; const char *const p = s; int main() { return 0; }