blob: 205b443ffcab6b1222273c56d9f891d43632fe88 [file] [log] [blame]
Douglas Gregor010157f2011-05-06 23:28:47 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3// <rdar://problem/9388207>
4@interface A
5@end
6
7@interface A(N)
8@end
9
10@protocol M
11@end
12
13namespace N { }
14namespace M { }