Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics
// <rdar://problem/9388207>
@interface A
@end
@interface A(N)
@protocol M
namespace N { }
namespace M { }