1 // Test for the warning of exposing types from an anonymous namespace
5 #include "anonymous-namespace-3.h"
7 struct B { std::auto_ptr<A> p; };
10 struct C // { dg-warning "has internal linkage" "" { target c++11 } }
11 // { dg-warning "uses the anonymous namespace" "" { target c++98_only } .-1 }
16 // { dg-prune-output "auto_ptr. is deprecated" }