Home | History | Annotate | Download | only in SemaObjCXX
      1 // 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 
     13 namespace N { }
     14 namespace M { }
     15