blob: 9d58fddbb8fb3ddd814dbc8383cfb9e3e359a301 [file] [log] [blame]
// { dg-do compile { target c++11 } }
namespace A
{
namespace B // { dg-message "inline namespace" }
{
}
using namespace B __attribute__ ((strong)); // { dg-warning "no longer supported" "" }
}