blob: 2f002db37c47edde81fdcd8ca22b6abf2f1992da [file] [log] [blame]
// PR c++/52216
// { dg-require-effective-target c++11 }
#include <new>
int n;
static_assert(!noexcept(::new (std::nothrow) int[n]), "");