rt_gccstream/gcc/testsuite/g++.old-deja/g++.other/array4.C

6 lines
98 B
C

// { dg-do assemble }
// Origin: j_bouis@hotmail.com
enum { FOO = 3 };
int* arr = new int[FOO];