* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-attribute3.C
blob491c2e7a8fe90425247d075b0e1f0ae367f793be
1 // PR c++/51400
2 // { dg-do compile { target c++11 } }
4 constexpr int (*f)() __attribute__((noreturn)) = 0;
5 constexpr int (*g)() __attribute__((const)) = 0;