* ru.po: Update.
[official-gcc.git] / gcc / testsuite / g++.dg / warn / Wsubobject-linkage-3.C
blobe9acb633a1c650441eb939b30e47e4b27d315644
1 // PR c++/53184
3 namespace { struct Foo { }; }
5 #line 6 "foo.C"
6 struct Bar { Foo foo; };   // { dg-warning "anonymous namespace" }
7 // { dg-bogus "no linkage" "" { target *-*-* } 6 }
8 struct Bar2 : Foo { };     // { dg-warning "anonymous namespace" }
9 // { dg-bogus "no linkage" "" { target *-*-* } 8 }