]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.dg/cpp0x/constexpr-attribute3.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-attribute3.C
1 // PR c++/51400
2 // { dg-do compile { target c++11 } }
3
4 constexpr int (*f)() __attribute__((noreturn)) = 0;
5 constexpr int (*g)() __attribute__((const)) = 0;
This page took 0.036974 seconds and 5 git commands to generate.