blob: 491c2e7a8fe90425247d075b0e1f0ae367f793be [file] [log] [blame]
// PR c++/51400
// { dg-do compile { target c++11 } }
constexpr int (*f)() __attribute__((noreturn)) = 0;
constexpr int (*g)() __attribute__((const)) = 0;