// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
// C++11 [basic.lookup.argdep]p2
//
// [...] If an associated namespace is an inline namespace (10.3.1), its
// enclosing namespace is also included in the set. If an associated
// namespace directly contains inline namespaces, those inline namespaces
// are also included in the set.