blob: d9fbd33c94f9e9d17cc33d27dfb723cea920cbfc [file] [log] [blame]
// PR c++/59937
// { dg-do compile { target c++11 } }
constexpr const char * const &r = "";
constexpr const char * const &s = r;