aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lookup/nested2.C
blob: 361a0c75d5669da0624d53f36b2c3c3dd317be04 (plain)
1
2
3
4
5
6
// PR c++/51586

union U
{
  union U { int i; };		// { dg-error "same name" }
};