2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / vla5.C
blob021d4846946ae8c6ae25661770a5a847f8f26b84
1 // PR c++/37417
2 // Testcase by Martin Michlmayr <tbm@cyrius.com>
3 // { dg-do compile }
4 // { dg-options "-O" }
6 void
7 test (int a)
9   new (char[a]);