* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / new1.C
blob2f002db37c47edde81fdcd8ca22b6abf2f1992da
1 // PR c++/52216
2 // { dg-require-effective-target c++11 }
4 #include <new>
6 int n;
8 static_assert(!noexcept(::new (std::nothrow) int[n]), "");