]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/cpp0x/constexpr-__func__.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-__func__.C
CommitLineData
0162cb3b
PC
1// PR c++/55425
2// { dg-do compile { target c++11 } }
3
4constexpr const char* x() { return __func__; }
5constexpr const char* y() { return __FUNCTION__; }
6constexpr const char* z() { return __PRETTY_FUNCTION__; }
This page took 3.618535 seconds and 5 git commands to generate.