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@protocol Foo; 5@protocol Foo 6@end 7