Home | History | Annotate | Download | only in SemaObjCXX
      1 // RUN: %clang_cc1 -fsyntax-only -verify %s
      2 // expected-no-diagnostics
      3 
      4 // <rdar://problem/9388207>
      5 @interface A
      6 @end
      7 
      8 @interface A(N)
      9 @end
     10 
     11 @protocol M
     12 @end
     13 
     14 namespace N { }
     15 namespace M { }
     16