2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / complit1.C
blobbcca8ac1e22d696d7507bfe6b682727c9643ade7
1 // PR c++/11063
2 // { dg-options "" }
4 class Foo
6 private:
7   const int val_[2];
9 public:
10   Foo(int, int);
13 Foo::Foo(int v0, int v1)
14   : val_((int[]) {v0, v1})
15 {                               // { dg-error "" "" }