1 // PR c++/59938
2 // { dg-do compile { target c++11 } }
3 
4 struct Data { const char* const& name; };
5 constexpr Data d = { "" };
6