aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/init/array49.C
blob: 9905483f738cf0b31559b8ecfe7e08e91f2d045b (plain)
1
2
3
4
5
6
// PR c++/84632
// { dg-additional-options "-w" }

class {
  &a;  // { dg-error "forbids declaration" }
} b[2] = b;  // { dg-error "initialized" }