summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/parse/unnamed2.C
blob: d2b96f896f66d77f8f90891a023be6eb5ba132f8 (plain)
1
2
3
4
5
6
// PR c++/30301

template<int T> struct A
{
  union { static int i; };	// { dg-error "static data.*unnamed" }
};
OpenPOWER on IntegriCloud