Use DW_TAG_module for Ada
[official-gcc.git] / gcc / testsuite / g++.dg / ext / complit1.C
blob1e4d08fd869446cad12386e858951b3a7c4573b9
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})  // { dg-error "" }