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;
6