Home | History | Annotate | Download | only in Rewriter
      1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5  %s -o %t.cpp
      2 // RUN: %clang_cc1 -fsyntax-only %t.cpp
      3 
      4 // rdar://10234024
      5 @protocol Foo;
      6 @protocol Foo
      7 @end
      8