1 // PR c++/59937
2 // { dg-do compile { target c++11 } }
3 
4 constexpr const char * const &r = "";
5 constexpr const char * const &s = r;
6