blob: 021d4846946ae8c6ae25661770a5a847f8f26b84 [file] [log] [blame]
// PR c++/37417
// Testcase by Martin Michlmayr <tbm@cyrius.com>
// { dg-do compile }
// { dg-options "-O" }
void
test (int a)
{
new (char[a]);
}