summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/other/anon-union2.C
blob: 31bb74fa99c3d6c66814966ffd3f392ad1f99505 (plain)
1
2
3
4
5
6
7
8
9
10
// PR c++/52915

struct S {
  int val;
  S(int v) : val(v) {}
};

void f() {
  union { S a; };		// { dg-error "constructor|no match" }
}
OpenPOWER on IntegriCloud