summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/array4.C
blob: 7e92602348e5bf33b49262bf32686577e1b7ef83 (plain)
1
2
3
4
5
// { dg-do assemble  }
// Origin: j_bouis@hotmail.com

enum { FOO = 3 };
int* arr = new int[FOO];