// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
// FIXME: We should probably suppress the warning on reopening an inline
// namespace without the inline keyword if it's not the first opening of the
// namespace in the file, because there's no risk of the inlineness differing
// across TUs in that case.
// expected-note {{previous definition}}
inline // expected-error {{cannot be reopened as inline}}
inline // expected-note {{previous definition}}
// expected-warning{{inline namespace reopened as a non-inline namespace}}
// expected-note {{previous definition}}
inline // expected-error {{cannot be reopened as inline}}