]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/cpp0x/constexpr-59938.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-59938.C
CommitLineData
ee5ff884
PC
1// PR c++/59938
2// { dg-do compile { target c++11 } }
3
4struct Data { const char* const& name; };
5constexpr Data d = { "" };
This page took 3.959056 seconds and 5 git commands to generate.