blob: 69a174c9a42c12689cee93a1b5e65c47ce85e5cf [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics
@interface A
@end
@interface A(N)
@end
@protocol M
@end
namespace N { }
namespace M { }