1// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t.cpp2// RUN: %clang_cc1 -fsyntax-only %t.cpp3 4@protocol Foo;5@protocol Foo6@end7